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.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/init.el b/init.el index 5d5c02f..dc4bb74 100644 --- a/init.el +++ b/init.el
@@ -16,7 +16,10 @@
16 16
17;;; Code: 17;;; Code:
18 18
19(setq debug-on-error t)
20
19(dolist (feature `((early-init . ,(locate-user-emacs-file "early-init")) 21(dolist (feature `((early-init . ,(locate-user-emacs-file "early-init"))
22 acdw
20 private 23 private
21 _work)) 24 _work))
22 (require (or (car-safe feature) feature) (cdr-safe feature) :noerror)) 25 (require (or (car-safe feature) feature) (cdr-safe feature) :noerror))
@@ -743,8 +746,8 @@ See also `crux-reopen-as-root-mode'."
743 (:+key "C-." #'embark-act 746 (:+key "C-." #'embark-act
744 "M-." #'embark-dwim 747 "M-." #'embark-dwim
745 "<f1> B" #'embark-bindings) 748 "<f1> B" #'embark-bindings)
746 (:bind-into minibuffer 749 (:with-map minibuffer-local-map
747 "C-." #'embark-act)) 750 (:bind "C-." #'embark-act)))
748 751
749(setup (:straight embark-consult) 752(setup (:straight embark-consult)
750 (:load-after consult embark) 753 (:load-after consult embark)