From 20ff854f41faaa9e82ab97e5822a13e05c5c65a8 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 28 Jan 2022 17:24:53 -0600 Subject: Enable/disable packages and stuff --- init.el | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index f1da5be..b7d1a1c 100644 --- a/init.el +++ b/init.el @@ -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 -- cgit 1.4.1-21-gabe81