summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2017-01-24 17:02:13 +0100
committerAlan Pearce2017-01-24 17:02:13 +0100
commitce2b07080b9a2f12af6311cde3e049fed63c24a8 (patch)
treed9e7d6e5078e07de2af547a70bcbb30406cf26b1
parent2c7164682e333c10649b17791af7be87cecfdb38 (diff)
downloaddotfiles-ce2b07080b9a2f12af6311cde3e049fed63c24a8.tar.lz
dotfiles-ce2b07080b9a2f12af6311cde3e049fed63c24a8.tar.zst
dotfiles-ce2b07080b9a2f12af6311cde3e049fed63c24a8.zip
Disable unused ggtags mode
-rw-r--r--tag-emacs/emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 25d9003..71e70e7 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1700,6 +1700,7 @@ A nice completion backend for programming modes.
 
 #+BEGIN_SRC emacs-lisp
 (use-package ggtags
+  :disabled t
   :commands turn-on-ggtags-mode
   :functions (ggtags-navigation-mode-abort)
   :config (progn