mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(tools): resolve require issues makefile-executor setup
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'helm-make)
|
||||
(require 'siren-helm-make)
|
||||
|
||||
(use-package makefile-executor
|
||||
:hook
|
||||
@@ -18,6 +18,7 @@
|
||||
:config
|
||||
;; Replace get targets function with that from helm-make as it faster and more
|
||||
;; efficient by not needing to write any temporary files to disk.
|
||||
(require 'helm-make)
|
||||
(defalias 'makefile-executor-get-targets 'helm--make-target-list-qp))
|
||||
|
||||
(provide 'siren-makefile-executor)
|
||||
|
||||
Reference in New Issue
Block a user