Fix run-command-term-minor-mode "g" keybinding
This commit is contained in:
parent
1dcc953d33
commit
cf9db5078e
@ -10,9 +10,10 @@
|
||||
(defvar-local run-command-project-local-commands nil)
|
||||
(put 'run-command-project-local-commands 'safe-local-variable (lambda (_) t))
|
||||
:config
|
||||
(general-def run-command-term-minor-mode-map [remap recompile] #'run-command-term-recompile)
|
||||
(general-def run-command-term-minor-mode-map
|
||||
[remap recompile] #'run-command-term-recompile
|
||||
"g" nil)
|
||||
(general-def 'normal run-command-term-minor-mode-map "gr" #'run-command-term-recompile)
|
||||
(general-def 'insert run-command-term-minor-mode-map "g" #'self-insert-command)
|
||||
|
||||
(defun run-command-recipe-terraform ()
|
||||
(when (directory-files default-directory
|
||||
|
Loading…
Reference in New Issue
Block a user