Add apache-mode configuration

This commit is contained in:
Tom Willemse 2016-05-09 21:52:36 +02:00
parent f4245d59af
commit 7c5344d179

View file

@ -475,6 +475,8 @@ MODE1 is enabled and vice-versa."
(setq yas-fallback-behavior nil) (setq yas-fallback-behavior nil)
(setq yas-prompt-functions '(yas-ido-prompt))) (setq yas-prompt-functions '(yas-ido-prompt)))
(use-package apache-mode :ensure t :defer t)
;;;; Hooks ;;;; Hooks
(add-hook 'eshell-first-time-mode-hook 'oni-eshell-set-prompt) (add-hook 'eshell-first-time-mode-hook 'oni-eshell-set-prompt)