summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-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)