about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-04-12 13:19:16 -0500
committerCase Duckworth2022-04-12 13:19:16 -0500
commitb391b15541bbf98a822eed8c6843529e7f2596b7 (patch)
treee2f560352190c55c0f742d04581578c2b6e0e211 /init.el
parentAdd a keybind for timer-list-cancel (diff)
downloademacs-b391b15541bbf98a822eed8c6843529e7f2596b7.tar.gz
emacs-b391b15541bbf98a822eed8c6843529e7f2596b7.zip
Add packages
Diffstat (limited to 'init.el')
-rw-r--r--init.el14
1 files changed, 14 insertions, 0 deletions
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'."
1326 (crux-find-alternate-file-as-root buffer-file-name)))) 1326 (crux-find-alternate-file-as-root buffer-file-name))))
1327 (crux-reopen-as-root-mode +1)) 1327 (crux-reopen-as-root-mode +1))
1328 1328
1329(setup (:straight csv-mode))
1330
1329(setup (:straight dictionary) 1331(setup (:straight dictionary)
1330 (:option dictionary-use-single-buffer t) 1332 (:option dictionary-use-single-buffer t)
1331 (autoload 'dictionary-search "dictionary" 1333 (autoload 'dictionary-search "dictionary"
@@ -1517,6 +1519,11 @@ See also `crux-reopen-as-root-mode'."
1517 :repo "duckwork/filldent.el")) 1519 :repo "duckwork/filldent.el"))
1518 (:+key "M-q" #'filldent-dwim)) 1520 (:+key "M-q" #'filldent-dwim))
1519 1521
1522(setup (:straight (flymake-collection
1523 :host github
1524 :repo "mohkale/flymake-collection"))
1525 (+ensure-after-init #'flymake-collection-hook-setup))
1526
1520(setup (:straight (flyspell-correct 1527(setup (:straight (flyspell-correct
1521 :fork (:host github :repo "duckwork/flyspell-correct" 1528 :fork (:host github :repo "duckwork/flyspell-correct"
1522 :branch "metadata-category"))) 1529 :branch "metadata-category")))
@@ -1976,6 +1983,9 @@ See also `crux-reopen-as-root-mode'."
1976 (define-key +link-hint-map "M-\"" #'+link-hint-pocket-add) 1983 (define-key +link-hint-map "M-\"" #'+link-hint-pocket-add)
1977 (define-key +link-hint-map "\"" #'+link-hint-pocket-add)))) 1984 (define-key +link-hint-map "\"" #'+link-hint-pocket-add))))
1978 1985
1986(setup (:straight rainbow-mode)
1987 (:hook-into prog-mode))
1988
1979(setup (:straight (shell-command+ 1989(setup (:straight (shell-command+
1980 :host nil 1990 :host nil
1981 :repo "https://git.sr.ht/~pkal/shell-command-plus")) 1991 :repo "https://git.sr.ht/~pkal/shell-command-plus"))
@@ -2207,6 +2217,10 @@ See also `crux-reopen-as-root-mode'."
2207(setup (:straight vlf) 2217(setup (:straight vlf)
2208 (:require vlf-setup)) 2218 (:require vlf-setup))
2209 2219
2220(setup (:straight (vundo
2221 :host github
2222 :repo "casouri/vundo")))
2223
2210;; (setup (:straight-when vterm 2224;; (setup (:straight-when vterm
2211;; (and module-file-suffix 2225;; (and module-file-suffix
2212;; (executable-find "cmake"))) 2226;; (executable-find "cmake")))