diff options
author | Case Duckworth | 2021-12-28 18:20:16 -0600 |
---|---|---|
committer | Case Duckworth | 2021-12-28 18:20:16 -0600 |
commit | f485d590ec6d7d855da180c55f9226a8baca3937 (patch) | |
tree | acd98d6d1712191ae5defccca9efef3bd2604774 /init.el | |
parent | Change function notation to #' (diff) | |
download | emacs-f485d590ec6d7d855da180c55f9226a8baca3937.tar.gz emacs-f485d590ec6d7d855da180c55f9226a8baca3937.zip |
Fix titlecase recipe
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
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 |