Minor, general comment revision
This commit is contained in:
parent
29ad900c1f
commit
078e3028a6
5 changed files with 11 additions and 6 deletions
|
@ -446,6 +446,7 @@ conditions where a window's buffer hasn't changed at the time this hook is run."
|
|||
:config
|
||||
(add-hook 'kill-emacs-hook #'org-clock-save))
|
||||
|
||||
;;
|
||||
|
||||
;; In case org has already been loaded (or you're running `doom/reload')
|
||||
(when (featurep 'org)
|
||||
(run-hooks 'org-load-hook))
|
||||
|
|
|
@ -60,8 +60,8 @@ specified by editorconfig."
|
|||
(add-hook 'editorconfig-custom-hooks #'+editorconfig|disable-indent-detection)
|
||||
|
||||
;; Editorconfig makes indentation too rigid in Lisp modes, so tell
|
||||
;; editorconfig to ignore indentation there. I prefer dynamic indentation
|
||||
;; support built into Emacs.
|
||||
;; editorconfig to ignore indentation there. The dynamic indentation support
|
||||
;; built into Emacs is superior.
|
||||
(dolist (mode '(emacs-lisp-mode lisp-mode))
|
||||
(delq (assq mode editorconfig-indentation-alist)
|
||||
editorconfig-indentation-alist))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue