diff options
author | David Robillard <d@drobilla.net> | 2015-10-20 11:07:24 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-10-20 11:07:24 -0400 |
commit | 8fb57e9a8c0956b0533d8f72630641ae6742db3a (patch) | |
tree | b10863902788e362f25940ba91d2ffea3c167c10 | |
parent | c987bb05974d65acbb0acda665eebf515647809b (diff) | |
download | dotfiles-8fb57e9a8c0956b0533d8f72630641ae6742db3a.tar.gz dotfiles-8fb57e9a8c0956b0533d8f72630641ae6742db3a.tar.bz2 dotfiles-8fb57e9a8c0956b0533d8f72630641ae6742db3a.zip |
C-b for build
This keybinding is too wired in, C-c be damned
-rw-r--r-- | emacs.d/init.el | 2 |
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) |