summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-28 17:24:53 -0600
committerCase Duckworth2022-01-28 17:24:53 -0600
commit20ff854f41faaa9e82ab97e5822a13e05c5c65a8 (patch)
tree04335a6d579324c21349b71b41e05e5fd6730a0e /init.el
parentAdd ebuku (diff)
downloademacs-20ff854f41faaa9e82ab97e5822a13e05c5c65a8.tar.gz
emacs-20ff854f41faaa9e82ab97e5822a13e05c5c65a8.zip
Enable/disable packages and stuff
Diffstat (limited to 'init.el')
-rw-r--r--init.el17
1 files changed, 8 insertions, 9 deletions
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."
1051 1051
1052(setup (:straight crux) 1052(setup (:straight crux)
1053 ;; yes it's silly I have an addon to this addon. 1053 ;; yes it's silly I have an addon to this addon.
1054 (:also-load +crux) 1054 (:require crux +crux)
1055 (:option crux-shell-func #'crux-eshell 1055 (:option crux-shell-func #'crux-eshell
1056 +crux-default-date-format "%F") 1056 +crux-default-date-format "%F")
1057 (:global "C-o" #'crux-smart-open-line 1057 (:global "C-o" #'crux-smart-open-line
@@ -1242,7 +1242,7 @@ See also `crux-reopen-as-root-mode'."
1242 (exec-path-from-shell-initialize)) 1242 (exec-path-from-shell-initialize))
1243 1243
1244(setup (:straight expand-region) 1244(setup (:straight expand-region)
1245 (:also-load +expand-region) 1245 (:require expand-region +expand-region)
1246 (:option expand-region-fast-keys-enabled nil) 1246 (:option expand-region-fast-keys-enabled nil)
1247 (:+key "C-=" #'er/expand-region 1247 (:+key "C-=" #'er/expand-region
1248 "C--" #'+er/contract-or-negative-argument)) 1248 "C--" #'+er/contract-or-negative-argument))
@@ -1537,11 +1537,10 @@ See also `crux-reopen-as-root-mode'."
1537 ) 1537 )
1538 1538
1539(setup (:straight org-visibility) 1539(setup (:straight org-visibility)
1540 ;; I think this is causing hangups on Windows .. ? 1540 (:require org-visibility)
1541 (:option org-visibility-state-file (.etc "org-visibility") 1541 (:option org-visibility-state-file (.etc "org-visibility")
1542 org-visibility-include-regexps '("\\.org\\'")) 1542 org-visibility-include-regexps '("\\.org\\'"))
1543 ;; (org-visibility-enable-hooks) 1543 (org-visibility-enable-hooks))
1544 )
1545 1544
1546(setup (:straight orglink) 1545(setup (:straight orglink)
1547 (global-orglink-mode +1)) 1546 (global-orglink-mode +1))
@@ -1726,10 +1725,10 @@ See also `crux-reopen-as-root-mode'."
1726 undo-fu-session-compression (executable-find "gzip")) 1725 undo-fu-session-compression (executable-find "gzip"))
1727 (global-undo-fu-session-mode +1)) 1726 (global-undo-fu-session-mode +1))
1728 1727
1729(setup (:straight valign) 1728;; (setup (:straight valign)
1730 (:option valign-fancy-bar t) 1729;; (:option valign-fancy-bar t)
1731 (:hook-into org-mode 1730;; (:hook-into org-mode
1732 markdown-mode)) 1731;; markdown-mode))
1733 1732
1734(setup (:straight (vertico 1733(setup (:straight (vertico
1735 :host github 1734 :host github