summaryrefslogtreecommitdiffstats
path: root/emacs.d
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-20 11:07:24 -0400
committerDavid Robillard <d@drobilla.net>2015-10-20 11:07:24 -0400
commit8fb57e9a8c0956b0533d8f72630641ae6742db3a (patch)
treeb10863902788e362f25940ba91d2ffea3c167c10 /emacs.d
parentc987bb05974d65acbb0acda665eebf515647809b (diff)
downloaddotfiles-8fb57e9a8c0956b0533d8f72630641ae6742db3a.tar.gz
dotfiles-8fb57e9a8c0956b0533d8f72630641ae6742db3a.tar.bz2
dotfiles-8fb57e9a8c0956b0533d8f72630641ae6742db3a.zip
C-b for build
This keybinding is too wired in, C-c be damned
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 01634f1..c2e7088 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -198,7 +198,7 @@
(global-set-key (kbd "\C-m") 'newline-and-indent)
(global-set-key (kbd "C-p") 'previous-error)
(global-set-key (kbd "C-n") 'next-error)
-(global-set-key (kbd "C-c b") 'compile)
+(global-set-key (kbd "C-b") 'compile)
(global-set-key (kbd "C-c r") 'replace-string)
(global-set-key (kbd "C-c R") 'replace-regexp)
(global-set-key (kbd "C-c a") 'align)