summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-01-03 15:18:58 -0600
committerCase Duckworth2022-01-03 15:18:58 -0600
commitb50afe94b3e40889417fb711a0ccec02fab14ee2 (patch)
treeea9a72573d1b8ef1510b25f1e895063a9748ad13
parentMuch org configuring (diff)
downloademacs-b50afe94b3e40889417fb711a0ccec02fab14ee2.tar.gz
emacs-b50afe94b3e40889417fb711a0ccec02fab14ee2.zip
Change bind for helpful-at-point
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 0382e8d..83ab2cf 100644 --- a/init.el +++ b/init.el
@@ -869,7 +869,7 @@ See also `crux-reopen-as-root-mode'."
869 (:+key "<f1> f" #'helpful-callable 869 (:+key "<f1> f" #'helpful-callable
870 "<f1> v" #'helpful-variable 870 "<f1> v" #'helpful-variable
871 "<f1> k" #'helpful-key 871 "<f1> k" #'helpful-key
872 "C-c C-d" #'helpful-at-point)) 872 "<f1> ." #'helpful-at-point))
873 873
874(setup (:straight (hippie-completing-read 874(setup (:straight (hippie-completing-read
875 :host github 875 :host github