diff options
-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")) |