Let editorconfig-emacs handle tab settings/delete-trailing-ws
This commit is contained in:
parent
8880e3c0f4
commit
b4458dd729
13 changed files with 11 additions and 41 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue