Update web-mode stuff, theme
This commit is contained in:
6
init.el
6
init.el
@@ -118,7 +118,9 @@
|
||||
:ensure t
|
||||
:config
|
||||
(add-to-list 'auto-mode-alist '("\\.html.ep\\'" . web-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.tmpl\\'" . web-mode)))
|
||||
(add-to-list 'auto-mode-alist '("\\.tmpl\\'" . web-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.tt2\\'" . web-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.tt\\'" . web-mode)))
|
||||
(use-package json-mode
|
||||
:ensure t)
|
||||
(use-package yaml-mode
|
||||
@@ -330,6 +332,8 @@
|
||||
(require 'evil)
|
||||
(evil-mode 1)
|
||||
|
||||
(disable-theme) ; For now...
|
||||
|
||||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
||||
Reference in New Issue
Block a user