Change compile keybindings

This commit is contained in:
Wojciech Kozlowski 2017-09-10 20:41:55 +01:00
parent a6e97b80c0
commit 92ba4c58a8
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -9,4 +9,7 @@ projectile.cache
semanticdb
ede-projects.el
tramp
url
session*
eww-bookmarks
*~

View File

@ -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.