From b391b15541bbf98a822eed8c6843529e7f2596b7 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 12 Apr 2022 13:19:16 -0500 Subject: Add packages --- init.el | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 4b90d3c..620c637 100644 --- a/init.el +++ b/init.el @@ -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"))) -- cgit 1.4.1-21-gabe81