Enable/disable packages and stuff

This commit is contained in:
Case Duckworth 2022-01-28 17:24:53 -06:00
parent 26b816767b
commit 20ff854f41
1 changed files with 8 additions and 9 deletions

17
init.el
View File

@ -1051,7 +1051,7 @@ They are completed by \"M-x TAB\" only in Tramp debug buffers."
(setup (:straight crux)
;; yes it's silly I have an addon to this addon.
(:also-load +crux)
(:require crux +crux)
(:option crux-shell-func #'crux-eshell
+crux-default-date-format "%F")
(:global "C-o" #'crux-smart-open-line
@ -1242,7 +1242,7 @@ See also `crux-reopen-as-root-mode'."
(exec-path-from-shell-initialize))
(setup (:straight expand-region)
(:also-load +expand-region)
(:require expand-region +expand-region)
(:option expand-region-fast-keys-enabled nil)
(:+key "C-=" #'er/expand-region
"C--" #'+er/contract-or-negative-argument))
@ -1537,11 +1537,10 @@ See also `crux-reopen-as-root-mode'."
)
(setup (:straight org-visibility)
;; I think this is causing hangups on Windows .. ?
(:require org-visibility)
(:option org-visibility-state-file (.etc "org-visibility")
org-visibility-include-regexps '("\\.org\\'"))
;; (org-visibility-enable-hooks)
)
(org-visibility-enable-hooks))
(setup (:straight orglink)
(global-orglink-mode +1))
@ -1726,10 +1725,10 @@ See also `crux-reopen-as-root-mode'."
undo-fu-session-compression (executable-find "gzip"))
(global-undo-fu-session-mode +1))
(setup (:straight valign)
(:option valign-fancy-bar t)
(:hook-into org-mode
markdown-mode))
;; (setup (:straight valign)
;; (:option valign-fancy-bar t)
;; (:hook-into org-mode
;; markdown-mode))
(setup (:straight (vertico
:host github