diff options
author | Case Duckworth | 2021-08-14 12:38:45 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-14 12:38:45 -0500 |
commit | f5e6987d8e12e9d3f8b74f73a44188d0e2e54684 (patch) | |
tree | bbd7607e8d1e29ca1db2caec669604a7024ddd3b | |
parent | Merge two functions doing basically the same thing (diff) | |
download | emacs-f5e6987d8e12e9d3f8b74f73a44188d0e2e54684.tar.gz emacs-f5e6987d8e12e9d3f8b74f73a44188d0e2e54684.zip |
Remove <F1> for consult-buffer
-rw-r--r-- | init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init.el b/init.el index 3fba01e..5e27421 100644 --- a/init.el +++ b/init.el | |||
@@ -943,7 +943,6 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
943 | ;; C-x bindings (`ctl-x-map') | 943 | ;; C-x bindings (`ctl-x-map') |
944 | "C-x M-:" consult-complex-command | 944 | "C-x M-:" consult-complex-command |
945 | "C-x b" consult-buffer | 945 | "C-x b" consult-buffer |
946 | "<f1>" consult-buffer ; trying this out ... | ||
947 | "C-x 4 b" consult-buffer-other-window | 946 | "C-x 4 b" consult-buffer-other-window |
948 | "C-x 5 b" consult-buffer-other-frame | 947 | "C-x 5 b" consult-buffer-other-frame |
949 | ;; Custom M-# bindings for fast register access | 948 | ;; Custom M-# bindings for fast register access |