summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-12-26 22:48:45 -0600
committerCase Duckworth2021-12-26 22:48:45 -0600
commit4ff75149d1531fbcc48f0f60f28498811d3e9faf (patch)
tree18c95dbf14dc9213aef25a46ad270ccfc220dbfe /init.el
parentAdd frame stuff (diff)
downloademacs-4ff75149d1531fbcc48f0f60f28498811d3e9faf.tar.gz
emacs-4ff75149d1531fbcc48f0f60f28498811d3e9faf.zip
Make titlecase a proper package
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/init.el b/init.el index 3a39246..03eeee0 100644 --- a/init.el +++ b/init.el
@@ -856,7 +856,6 @@ See also `crux-reopen-as-root-mode'."
856 (eq system-type 'gnu/linux)) 856 (eq system-type 'gnu/linux))
857 (pdf-tools-install)) 857 (pdf-tools-install))
858 858
859
860(setup (:straight (shell-command+ 859(setup (:straight (shell-command+
861 :host nil 860 :host nil
862 :repo "https://git.sr.ht/~pkal/shell-command-plus")) 861 :repo "https://git.sr.ht/~pkal/shell-command-plus"))
@@ -910,6 +909,10 @@ See also `crux-reopen-as-root-mode'."
910 (auto-save-visited-mode -1) 909 (auto-save-visited-mode -1)
911 (super-save-mode +1)) 910 (super-save-mode +1))
912 911
912(setup (:straight (titlecase
913 :host github
914 :repo "duckwork/titlecase.el")))
915
913(setup (:straight topsy) 916(setup (:straight topsy)
914 (:hook-into prog-mode 917 (:hook-into prog-mode
915 circe-chat-mode) 918 circe-chat-mode)