summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
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 02b238eb..8635ac00 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)