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"