diff options
author | Case Duckworth | 2022-01-29 19:34:08 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-29 19:34:08 -0600 |
commit | cd60a835bfc704968c95a97ce6c04b2011b7b9c1 (patch) | |
tree | 32c0f99028f7d5d21483515cda990fad63a882d1 | |
parent | Configure emms (diff) | |
download | emacs-cd60a835bfc704968c95a97ce6c04b2011b7b9c1.tar.gz emacs-cd60a835bfc704968c95a97ce6c04b2011b7b9c1.zip |
Add plancat
-rw-r--r-- | init.el | 5 |
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")) |