projects
/
emacs-init.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0c167e7
)
new global keybinding (whitespace-mode)
Stefan Bund [Mon, 7 May 2012 08:30:04 +0000 (10:30 +0200)]
setup/bindings.el
patch
|
blob
|
history
diff --git
a/setup/bindings.el
b/setup/bindings.el
index
4f5f3f2
..
b3a1fa0
100644
(file)
--- a/
setup/bindings.el
+++ b/
setup/bindings.el
@@
-8,3
+8,4
@@
(global-set-key "\C-c'c" 'toggle-case-fold-search)
(global-set-key "\C-c's" 'flyspell-mode)
(global-set-key "\C-c'a" 'global-auto-revert-mode)
+(global-set-key "\C-c' " 'whitespace-mode)
\ No newline at end of file