diff options
author | Jesús <heckyel@hyperbola.info> | 2019-01-31 18:09:54 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-01-31 18:09:54 -0500 |
commit | 28e9695a24ecb8d2e5f048c18c3ad768d3bee639 (patch) | |
tree | 796e5de73dba05466fb333cfd7e2ad0781acf3f3 /init.el | |
parent | 7a1c4a38c3608aeda5992adb30e7cd9bd39bc36a (diff) | |
download | emacs-personal-28e9695a24ecb8d2e5f048c18c3ad768d3bee639.tar.lz emacs-personal-28e9695a24ecb8d2e5f048c18c3ad768d3bee639.tar.xz emacs-personal-28e9695a24ecb8d2e5f048c18c3ad768d3bee639.zip |
Added apache-mode
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ (require 'init-icons nil 'noerror) (require 'init-neotree nil 'noerror) ;; Tools +(require 'init-apache nil 'noerror) (require 'init-flycheck nil 'noerror) (require 'init-whitespace nil 'noerror) (require 'init-emmet-mode nil 'noerror) |