Project recompile keybind
This commit is contained in:
parent
04f2b9f250
commit
221ef06a92
1 changed files with 2 additions and 1 deletions
|
@ -422,7 +422,8 @@ are defining or executing a macro."
|
|||
project-vc-extra-root-markers '(".project"))
|
||||
:general
|
||||
(:keymaps 'project-prefix-map
|
||||
"C-s" #'my/project-save-project-files))
|
||||
"C-s" #'my/project-save-project-files
|
||||
"C" #'project-recompile))
|
||||
|
||||
(use-package project-mode-line-tag
|
||||
:config (project-mode-line-tag-mode))
|
||||
|
|
Loading…
Add table
Reference in a new issue