From b3bd98821bdaa6c6484d335aaba651f62e75254b Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 19 Jun 2019 14:03:52 +0900 Subject: [PATCH] Add TODO --- emacs.el | 1 + 1 file changed, 1 insertion(+) 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))