about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-29 19:34:08 -0600
committerCase Duckworth2022-01-29 19:34:08 -0600
commitcd60a835bfc704968c95a97ce6c04b2011b7b9c1 (patch)
tree32c0f99028f7d5d21483515cda990fad63a882d1 /init.el
parentConfigure emms (diff)
downloademacs-cd60a835bfc704968c95a97ce6c04b2011b7b9c1.tar.gz
emacs-cd60a835bfc704968c95a97ce6c04b2011b7b9c1.zip
Add plancat
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el index 6d839fd..f8228cf 100644 --- a/init.el +++ b/init.el
@@ -1575,6 +1575,11 @@ See also `crux-reopen-as-root-mode'."
1575 #'pdf-view-modei) 1575 #'pdf-view-modei)
1576 (pdf-tools-install t)) 1576 (pdf-tools-install t))
1577 1577
1578(setup (:straight (plancat
1579 :host github
1580 :repo "duckwork/plancat.el"))
1581 (:option plancat-user "acdw"))
1582
1578(setup (:straight (shell-command+ 1583(setup (:straight (shell-command+
1579 :host nil 1584 :host nil
1580 :repo "https://git.sr.ht/~pkal/shell-command-plus")) 1585 :repo "https://git.sr.ht/~pkal/shell-command-plus"))