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
|
@ -3,7 +3,7 @@
|
|||
(use-package nim-mode
|
||||
:mode "\\.nim$"
|
||||
:init
|
||||
(add-hook! nim-mode '(narf|enable-tab-width-2 flycheck-mode))
|
||||
(add-hook! nim-mode 'flycheck-mode)
|
||||
:config
|
||||
(require 'flycheck-nim)
|
||||
(require 'company-nim)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue