summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2014-07-05 09:51:49 +0100
committerAlan Pearce2014-07-05 09:51:49 +0100
commitaeb44902a7d67feffc70e69e68d087e7a4b224d6 (patch)
treec786b97e2607b57b9521814730b2ea76a857153f /tag-emacs/emacs.d
parent864f5981c34cddd73fdbf6162be0a813b9c81cf6 (diff)
downloaddotfiles-aeb44902a7d67feffc70e69e68d087e7a4b224d6.tar.lz
dotfiles-aeb44902a7d67feffc70e69e68d087e7a4b224d6.tar.zst
dotfiles-aeb44902a7d67feffc70e69e68d087e7a4b224d6.zip
Emacs: Fix q ggtags-navigation-mode-abort binding
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 02b238e..8635ac0 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -605,7 +605,7 @@
 
 (req-package ggtags
   :config (progn
-            (bind-key "q" #'ggtags-navigation-mode-abort))
+            (bind-key "q" #'ggtags-navigation-mode-abort ggtags-navigation-mode-map))
   :init (progn
           (defun turn-on-ggtags-mode ()
             (interactive)