Change compile keybindings
This commit is contained in:
parent
a6e97b80c0
commit
92ba4c58a8
3
.gitignore
vendored
3
.gitignore
vendored
@ -9,4 +9,7 @@ projectile.cache
|
||||
semanticdb
|
||||
ede-projects.el
|
||||
tramp
|
||||
url
|
||||
session*
|
||||
eww-bookmarks
|
||||
*~
|
||||
|
@ -261,8 +261,8 @@
|
||||
|
||||
(use-package compile
|
||||
:bind
|
||||
(("C-c C-c" . compile)
|
||||
("C-c C-r" . recompile))
|
||||
(("C-c c" . compile)
|
||||
("C-c r" . recompile))
|
||||
:config
|
||||
(setq-default
|
||||
;; Just save before compiling.
|
||||
|
Reference in New Issue
Block a user