diff options
| author | jao <jao@gnu.org> | 2026-09-02 10:33:45 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-09-02 10:33:45 +0100 |
| commit | 5d1e94064f016e358053b01d62f4e1628167f115 (patch) | |
| tree | c140242f593aa1395ce4aaa7d71215ff42689aec /custom/jao-custom-completion.el | |
| parent | 28fe029f7ca5eee17a67d48ba91b3f0eeec523c5 (diff) | |
| download | elibs-5d1e94064f016e358053b01d62f4e1628167f115.tar.gz elibs-5d1e94064f016e358053b01d62f4e1628167f115.tar.bz2 | |
more nits
Diffstat (limited to 'custom/jao-custom-completion.el')
| -rw-r--r-- | custom/jao-custom-completion.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el index 6317165..9724a18 100644 --- a/custom/jao-custom-completion.el +++ b/custom/jao-custom-completion.el @@ -116,7 +116,7 @@ :ensure t :bind (("C-x M-:" . consult-complex-command) ("C-x b" . consult-buffer) - ("C-x C-b" . switch-to-buffer) + ("C-x C-b" . consult-buffer) ("C-x 4 b" . consult-buffer-other-window) ("C-c b" . project-find-file) ("C-c h" . nil) |
