diff options
author | noa@gaiwan.org | 2024-07-02 11:37:41 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-07-02 11:37:41 +0000 |
commit | 9c3284c551f3d74b8b34b3c8144d7f7a17f299ec (patch) | |
tree | 2192ff60bdad121bfb9558209f7dcf690a54cc9e /config.org | |
parent | 7c2d6969e18172eae6615ac0c324daa6d6cd0fa7 (diff) |
Split consult-info into separate code block
In preparation for a new function to search all info manuals at once.
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.org b/config.org index bb6cb91..1015cd0 100644 --- a/config.org +++ b/config.org @@ -846,6 +846,9 @@ These are some other almost default functions but with extra interactivity. (global-set-key [remap imenu] #'consult-imenu) (with-eval-after-load 'org (bind-key [remap imenu] #'consult-org-heading #'org-mode-map)) +#+end_src + +#+begin_src elisp (global-set-key [remap info] #'consult-info) #+end_src |