aboutsummaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-01-31 18:32:31 -0500
committerJesús <heckyel@hyperbola.info>2019-01-31 18:32:31 -0500
commitf9d740e73d46f563fb0cd7cb3a1649e1643eeb05 (patch)
treefcb27ea1249f3a472a73c62c31892319d3eb0659 /init.el
parent28e9695a24ecb8d2e5f048c18c3ad768d3bee639 (diff)
downloademacs-personal-f9d740e73d46f563fb0cd7cb3a1649e1643eeb05.tar.lz
emacs-personal-f9d740e73d46f563fb0cd7cb3a1649e1643eeb05.tar.xz
emacs-personal-f9d740e73d46f563fb0cd7cb3a1649e1643eeb05.zip
Added ggtags
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 0c1b212..ecc5556 100644
--- a/init.el
+++ b/init.el
@@ -69,6 +69,7 @@
(require 'init-web-mode nil 'noerror)
(require 'init-ready nil 'noerror)
(require 'init-dokuwiki nil 'noerror)
+(require 'init-ggtags nil 'noerror)
;;; Loads custom file
(when (file-exists-p custom-file)