diff --git a/emacs.el b/emacs.el index 51c290b..b0d5893 100644 --- a/emacs.el +++ b/emacs.el @@ -1157,6 +1157,7 @@ found, otherwise returns nil." (global-aggressive-indent-mode 1)) (when (fboundp 'ggtags-mode) + ;; TODO: Do not use for emacs-lisp-mode (add-hook 'prog-mode-hook 'ggtags-mode))