diff options
author | Jesús <heckyel@hyperbola.info> | 2019-01-31 18:32:31 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-01-31 18:32:31 -0500 |
commit | f9d740e73d46f563fb0cd7cb3a1649e1643eeb05 (patch) | |
tree | fcb27ea1249f3a472a73c62c31892319d3eb0659 /init.el | |
parent | 28e9695a24ecb8d2e5f048c18c3ad768d3bee639 (diff) | |
download | emacs-personal-f9d740e73d46f563fb0cd7cb3a1649e1643eeb05.tar.lz emacs-personal-f9d740e73d46f563fb0cd7cb3a1649e1643eeb05.tar.xz emacs-personal-f9d740e73d46f563fb0cd7cb3a1649e1643eeb05.zip |
Added ggtags
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |