diff options
| author | Daniel <[email protected]> | 2024-04-29 14:43:21 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-04-29 14:43:21 -0400 |
| commit | 7cb516fb03f8cb6cbace5c9627178604cfb7c860 (patch) | |
| tree | d87248519b7e0355ed8a2e31133d7423cc605d20 /bard-elisp | |
| parent | 9693cd567659d4d513da7b6b9cdfaf424f5cc384 (diff) | |
move away to consult
Diffstat (limited to 'bard-elisp')
| -rw-r--r-- | bard-elisp/bard-search.el | 2 |
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) |
