summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-05-09 21:52:36 +0200
committerGravatar Tom Willemse2016-05-09 21:52:36 +0200
commit7c5344d1790fe092359825ac4a72cfd98a8c8649 (patch)
tree890399471baeb7dd8e0d7520202d5d066a4a18e0
parentf4245d59af681e73ad00a02b947ba9d0a33bb828 (diff)
downloaddotfiles-7c5344d1790fe092359825ac4a72cfd98a8c8649.tar.gz
dotfiles-7c5344d1790fe092359825ac4a72cfd98a8c8649.zip
Add apache-mode configuration
-rw-r--r--emacs/.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 92042f2..8bb1fcc 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -475,6 +475,8 @@ MODE1 is enabled and vice-versa."
(setq yas-fallback-behavior nil)
(setq yas-prompt-functions '(yas-ido-prompt)))
+(use-package apache-mode :ensure t :defer t)
+
;;;; Hooks
(add-hook 'eshell-first-time-mode-hook 'oni-eshell-set-prompt)