projects
/
emacs-init.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d49049d
)
bind ffap to \C-cF
Stefan Bund [Tue, 25 Apr 2017 16:11:47 +0000 (18:11 +0200)]
setup/bindings.el
patch
|
blob
|
history
diff --git
a/setup/bindings.el
b/setup/bindings.el
index
ecc5cac
..
25cab3f
100644
(file)
--- a/
setup/bindings.el
+++ b/
setup/bindings.el
@@
-9,6
+9,7
@@
(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-cF" 'ffap)
;(require 'develock)
;(require 'develock-py)