Add packages

This commit is contained in:
Case Duckworth 2022-04-12 13:19:16 -05:00
parent e0e49f18fd
commit b391b15541
1 changed files with 14 additions and 0 deletions

14
init.el
View File

@ -1326,6 +1326,8 @@ See also `crux-reopen-as-root-mode'."
(crux-find-alternate-file-as-root buffer-file-name))))
(crux-reopen-as-root-mode +1))
(setup (:straight csv-mode))
(setup (:straight dictionary)
(:option dictionary-use-single-buffer t)
(autoload 'dictionary-search "dictionary"
@ -1517,6 +1519,11 @@ See also `crux-reopen-as-root-mode'."
:repo "duckwork/filldent.el"))
(:+key "M-q" #'filldent-dwim))
(setup (:straight (flymake-collection
:host github
:repo "mohkale/flymake-collection"))
(+ensure-after-init #'flymake-collection-hook-setup))
(setup (:straight (flyspell-correct
:fork (:host github :repo "duckwork/flyspell-correct"
:branch "metadata-category")))
@ -1976,6 +1983,9 @@ See also `crux-reopen-as-root-mode'."
(define-key +link-hint-map "M-\"" #'+link-hint-pocket-add)
(define-key +link-hint-map "\"" #'+link-hint-pocket-add))))
(setup (:straight rainbow-mode)
(:hook-into prog-mode))
(setup (:straight (shell-command+
:host nil
:repo "https://git.sr.ht/~pkal/shell-command-plus"))
@ -2207,6 +2217,10 @@ See also `crux-reopen-as-root-mode'."
(setup (:straight vlf)
(:require vlf-setup))
(setup (:straight (vundo
:host github
:repo "casouri/vundo")))
;; (setup (:straight-when vterm
;; (and module-file-suffix
;; (executable-find "cmake")))