General refactor of modules

General code and comment improvements.

Also, removed the :desc's for csv-mode because map! is currently unable
to set which-key descriptions mode-locally, and should be avoided for
anything but global keybinds. This will be fixed when General is
introduced into Doom.
This commit is contained in:
Henrik Lissner 2018-09-07 22:08:11 -04:00
parent 89b83f2457
commit c58077810d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
15 changed files with 59 additions and 57 deletions

View file

@ -11,8 +11,8 @@
(set-company-backend! 'lua-mode '(company-lua company-yasnippet)))
(after! moonscript
(defvaralias 'moonscript-indent-offset 'tab-width))
;; `moonscript'
(setq-hook! 'moonscript-mode-hook moonscript-indent-offset tab-width)
;;