mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
Let editorconfig-emacs handle tab settings/delete-trailing-ws
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user