Let editorconfig-emacs handle tab settings/delete-trailing-ws

This commit is contained in:
Henrik Lissner 2016-01-01 16:19:44 -05:00
parent 8880e3c0f4
commit b4458dd729
13 changed files with 11 additions and 41 deletions

View file

@ -5,11 +5,9 @@
:interpreter "lua"
:init
(define-repl! lua-mode narf-inf-lua)
(setq-default lua-indent-level tab-width)
(add-hook! lua-mode 'flycheck-mode)
;; (after! company-dict
;; (add-to-list 'company-dict-minor-mode-alist 'love-mode))
(add-hook! lua-mode '(narf|enable-tab-width-4 flycheck-mode))
(add-hook! lua-mode (setq lua-indent-level 4))
(defun narf-inf-lua ()
(lua-start-process "lua" "lua")