Remove slim-mode

This commit is contained in:
Henrik Lissner 2016-02-26 09:42:18 -05:00
parent 665eec4aea
commit e15b31e37c

View file

@ -49,15 +49,6 @@
:i [tab] 'narf/dumb-indent
:i [backtab] 'narf/dumb-dedent))
(use-package slim-mode
:load-path "~/Dropbox/work/plugins/emacs-slim"
:mode "\\.slim$"
:config
;; Don't hijack my indentation
(map! :map slim-mode-map
:i [tab] 'narf/dumb-indent
:i [backtab] 'narf/dumb-dedent))
(use-package web-mode
:mode ("\\.\\(p\\)?htm\\(l\\)?$" "\\.tpl\\(\\.php\\)?$" "\\.erb$" "wp-content/themes/.+/.+\\.php$")
:init