diff options
author | Case Duckworth | 2021-08-10 14:48:02 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-10 14:48:02 -0500 |
commit | 49374613f6cc5221e6dc6a144da4748ccdabb7c7 (patch) | |
tree | 46328086f25a6736656b47e21691b2aeb937bfbc | |
parent | Add docstrings (diff) | |
download | emacs-49374613f6cc5221e6dc6a144da4748ccdabb7c7.tar.gz emacs-49374613f6cc5221e6dc6a144da4748ccdabb7c7.zip |
Comment out org-tag code
It isn't working for me right now.
-rw-r--r-- | init.el | 16 |
1 files 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'." | |||
1357 | (vertico-mouse-mode +1) | 1357 | (vertico-mouse-mode +1) |
1358 | 1358 | ||
1359 | ;; Workarounds! | 1359 | ;; Workarounds! |
1360 | (when (version< org-version "9.5") | 1360 | ;; (with-eval-after-load 'org |
1361 | (defun disable-selection () | 1361 | ;; (when (version< org-version "9.5") |
1362 | (when (eq minibuffer-completion-table #'org-tags-completion-function) | 1362 | ;; (defun disable-selection () |
1363 | (setq-local vertico-map minibuffer-local-completion-map | 1363 | ;; (when (eq minibuffer-completion-table #'org-tags-completion-function) |
1364 | completion-cycle-threshold nil | 1364 | ;; (setq-local vertico-map minibuffer-local-completion-map |
1365 | completion-styles '(basic)))) | 1365 | ;; completion-cycle-threshold nil |
1366 | (advice-add #'vertico--setup :before #'disable-selection))) | 1366 | ;; completion-styles '(basic)))) |
1367 | ;; (advice-add #'vertico--setup :before #'disable-selection))) | ||
1368 | ) | ||
1367 | 1369 | ||
1368 | (setup (:straight vuiet) | 1370 | (setup (:straight vuiet) |
1369 | (:needs "youtube-dl" | 1371 | (:needs "youtube-dl" |