mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(makefile): improve makefile execution and bind it to C-c C-m
Use the makefile-executor package instead of helm-make to execute make targets. But we still rely on helm-make due to it's more efficient available targets lookup function compared to that of makefile-executor. Running make targets is bound to C-c C-m now which is nice and fast, and completes via completing-read, which is currently giving a better suggested candidates via selectrum+orderless than helm-make does. And helm-make is still available via the old C-c h m keybinding.
This commit is contained in:
@@ -112,16 +112,6 @@
|
||||
(advice-add 'helm :before 'siren-helm--hide-neotree)
|
||||
(advice-add 'helm :before 'siren-helm--hide-treemacs))
|
||||
|
||||
(use-package helm-command
|
||||
:straight helm
|
||||
:after (helm-global-bindings)
|
||||
:bind
|
||||
("C-c C-m" . helm-M-x)
|
||||
|
||||
:custom
|
||||
(helm-M-x-always-save-history t)
|
||||
(helm-M-x-fuzzy-match t))
|
||||
|
||||
(use-package helm-elisp
|
||||
:straight helm
|
||||
:after (helm-global-bindings)
|
||||
|
||||
Reference in New Issue
Block a user