summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-14 12:38:45 -0500
committerCase Duckworth2021-08-14 12:38:45 -0500
commitf5e6987d8e12e9d3f8b74f73a44188d0e2e54684 (patch)
treebbd7607e8d1e29ca1db2caec669604a7024ddd3b /init.el
parentMerge two functions doing basically the same thing (diff)
downloademacs-f5e6987d8e12e9d3f8b74f73a44188d0e2e54684.tar.gz
emacs-f5e6987d8e12e9d3f8b74f73a44188d0e2e54684.zip
Remove <F1> for consult-buffer
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
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