aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-04-29 14:43:21 -0400
committerDaniel <[email protected]>2024-04-29 14:43:21 -0400
commit7cb516fb03f8cb6cbace5c9627178604cfb7c860 (patch)
treed87248519b7e0355ed8a2e31133d7423cc605d20
parent9693cd567659d4d513da7b6b9cdfaf424f5cc384 (diff)
move away to consult
-rw-r--r--bard-elisp/bard-search.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-elisp/bard-search.el b/bard-elisp/bard-search.el
index dbea35f..90bf55a 100644
--- a/bard-elisp/bard-search.el
+++ b/bard-elisp/bard-search.el
@@ -45,6 +45,6 @@
(goto-line line)
(run-hooks 'prot-search-outline-hook)))
-(define-key global-map (kbd "M-s M-o") #'prot-search-outline)
+;; (define-key global-map (kbd "M-s M-o") #'prot-search-outline)
(provide 'bard-search)