From ebd5dc3976e1f4b802f271b32ac9219d1bd81e95 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 7 Dec 2023 09:43:58 -0500 Subject: [PATCH] Cleanup commented chunk --- global.org | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/global.org b/global.org index 27bae85..21e1b62 100644 --- a/global.org +++ b/global.org @@ -1018,13 +1018,7 @@ (require 'org) (require 'org-habit) - - ;(require 'helm-org) - ;(add-to-list 'helm-completing-read-handlers-alist '(org-capture . helm-org-completing-read-tags)) - ; (add-to-list 'helm-completing-read-handlers-alist '(org-set-tags-command . helm-org-completing-read-tags)) - ; (add-to-list 'helm-completing-read-handlers-alist '(org-set-tags - ; . helm-org-completing-read-tags)) - #+end_src + #+end_src *** Hooks Enable ~auto-fill-mode~ (see [[[https://www.gnu.org/software/emacs/manual/html_node/emacs/Auto-Fill.html][the manual]]]: honestly I do not see where I would not want to use this feature).