summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-03-14 12:30:10 +0100
committerGravatar Tom Willemse2016-03-14 12:30:10 +0100
commita53dec06645512df540794c61f5eb65ae4855dd0 (patch)
tree1302b68bc0d052d0d2b99588f9e456298e924f5b /emacs
parentfe8a77009715f1b09f3af7fa65e924169d06d138 (diff)
downloaddotfiles-a53dec06645512df540794c61f5eb65ae4855dd0.tar.gz
dotfiles-a53dec06645512df540794c61f5eb65ae4855dd0.zip
Don’t hash-quote hydras
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 71e92dc..ca020ab 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -736,9 +736,9 @@ MODE1 is enabled and vice-versa."
(global-set-key (kbd "M--") 'mc/mark-previous-like-this)
(global-set-key (kbd "C-c C-<") 'mc/mark-all-like-this)
(global-set-key [remap query-replace-regexp] 'vr/query-replace)
-(global-set-key (kbd "C-c o") #'hydra-org/body)
+(global-set-key (kbd "C-c o") 'hydra-org/body)
;; (global-set-key (kbd "C-c f") #'hydra-vimish-fold/body)
-(global-set-key (kbd "C-c g") #'hydra-magit/body)
+(global-set-key (kbd "C-c g") 'hydra-magit/body)
(global-set-key (kbd "M-x") 'helm-M-x)
(global-set-key (kbd "C-x b") 'helm-buffers-list)