summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-12-28 18:20:16 -0600
committerCase Duckworth2021-12-28 18:20:16 -0600
commitf485d590ec6d7d855da180c55f9226a8baca3937 (patch)
treeacd98d6d1712191ae5defccca9efef3bd2604774 /init.el
parentChange function notation to #' (diff)
downloademacs-f485d590ec6d7d855da180c55f9226a8baca3937.tar.gz
emacs-f485d590ec6d7d855da180c55f9226a8baca3937.zip
Fix titlecase recipe
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index edb62b6..cc663e4 100644 --- a/init.el +++ b/init.el
@@ -923,7 +923,8 @@ See also `crux-reopen-as-root-mode'."
923 923
924(setup (:straight (titlecase 924(setup (:straight (titlecase
925 :host github 925 :host github
926 :repo "duckwork/titlecase.el"))) 926 :repo "duckwork/titlecase.el"
927 :files ("*"))))
927 928
928(setup (:straight topsy) 929(setup (:straight topsy)
929 (:hook-into prog-mode 930 (:hook-into prog-mode