From 6fc3be6165a45cff0966be75fa294e7783d98177 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 12 Jun 2020 12:26:55 -0400 Subject: [PATCH] Remove unneeded hook on org-capture-mode-hook This was corrected upstream in hlissner/emacs-solaire-mode@e077c28 --- modules/ui/doom/config.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/ui/doom/config.el b/modules/ui/doom/config.el index 21b29b0fb..764b7bfe6 100644 --- a/modules/ui/doom/config.el +++ b/modules/ui/doom/config.el @@ -41,10 +41,6 @@ (string-prefix-p "doom-" (symbol-name doom-theme)) (solaire-mode-swap-bg)))) - ;; org-capture takes an org buffer and narrows it. The result is erroneously - ;; considered an unreal buffer, so solaire-mode must be restored. - (add-hook 'org-capture-mode-hook #'turn-on-solaire-mode) - ;; DEPRECATED No longer needed in Emacs 27+ (unless EMACS27+ ;; HACK On Emacs <=26, when point is on the last (or second to last) line