Add apache-mode configuration
This commit is contained in:
parent
f4245d59af
commit
7c5344d179
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue