From 49374613f6cc5221e6dc6a144da4748ccdabb7c7 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 10 Aug 2021 14:48:02 -0500 Subject: Comment out org-tag code It isn't working for me right now. --- init.el | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/init.el b/init.el index 4395c64..86e1d82 100644 --- a/init.el +++ b/init.el @@ -1357,13 +1357,15 @@ if ripgrep is installed, otherwise `consult-grep'." (vertico-mouse-mode +1) ;; Workarounds! - (when (version< org-version "9.5") - (defun disable-selection () - (when (eq minibuffer-completion-table #'org-tags-completion-function) - (setq-local vertico-map minibuffer-local-completion-map - completion-cycle-threshold nil - completion-styles '(basic)))) - (advice-add #'vertico--setup :before #'disable-selection))) + ;; (with-eval-after-load 'org + ;; (when (version< org-version "9.5") + ;; (defun disable-selection () + ;; (when (eq minibuffer-completion-table #'org-tags-completion-function) + ;; (setq-local vertico-map minibuffer-local-completion-map + ;; completion-cycle-threshold nil + ;; completion-styles '(basic)))) + ;; (advice-add #'vertico--setup :before #'disable-selection))) + ) (setup (:straight vuiet) (:needs "youtube-dl" -- cgit 1.4.1-21-gabe81