summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-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