Additional linting

Running `M-x checkdoc` on some of the modules that passed the package-lint but
failed additional lints.
This commit is contained in:
William Carroll 2020-08-31 16:07:11 +01:00
parent 2a51698672
commit 5d3bb0b7ea
7 changed files with 29 additions and 31 deletions

View file

@ -24,7 +24,6 @@
:config
(evil-set-initial-state 'org-mode 'normal)
(general-add-hook 'org-mode-hook
;; TODO: consider supporting `(disable (list linum-mode company-mode))'
(list (disable linum-mode)
(disable company-mode)))
(setq org-startup-folded nil)