about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-28 16:23:36 -0500
committerCase Duckworth2021-09-28 16:23:36 -0500
commit40bcdfc60cd5ac3169164b06a20b24b73dabd45a (patch)
treeb56f477d5d913e6595740692dc3487e681ab48c3 /init.el
parentEnable Imagemagick (diff)
downloademacs-40bcdfc60cd5ac3169164b06a20b24b73dabd45a.tar.gz
emacs-40bcdfc60cd5ac3169164b06a20b24b73dabd45a.zip
Recipes
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/init.el b/init.el index 98f2bdc..a1d0f14 100644 --- a/init.el +++ b/init.el
@@ -1230,8 +1230,8 @@ specific to most general, they are these:
1230 (crux-reopen-as-root-mode +1)) 1230 (crux-reopen-as-root-mode +1))
1231 1231
1232(setup (:straight-if (define-repeat-map 1232(setup (:straight-if (define-repeat-map
1233 :host nil 1233 :host nil
1234 :repo "https://tildegit.org/acdw/define-repeat-map.el") 1234 :repo "https://tildegit.org/acdw/define-repeat-map.el")
1235 (acdw/system :home)) 1235 (acdw/system :home))
1236 1236
1237 (require 'define-repeat-map ; just for me 1237 (require 'define-repeat-map ; just for me
@@ -1424,7 +1424,9 @@ specific to most general, they are these:
1424 ;; (t (apply fn url args)))) 1424 ;; (t (apply fn url args))))
1425 ) 1425 )
1426 1426
1427(setup (:straight embark) 1427(setup (:straight (embark ; gotta git that fresh fresh
1428 :host github
1429 :repo "oantolin/embark"))
1428 (:global "C-." #'embark-act) 1430 (:global "C-." #'embark-act)
1429 (:option prefix-help-command #'embark-prefix-help-command 1431 (:option prefix-help-command #'embark-prefix-help-command
1430 (append display-buffer-alist) 1432 (append display-buffer-alist)