summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-11 18:03:38 -0500
committerCase Duckworth2021-10-11 18:03:38 -0500
commit1ce1113fc42eac05efe91c353d2ed7a210f706f9 (patch)
tree8680a8335a847b3ed6f2568e96b8f259a1a0ddcb /init.el
parentbleh (diff)
downloademacs-1ce1113fc42eac05efe91c353d2ed7a210f706f9.tar.gz
emacs-1ce1113fc42eac05efe91c353d2ed7a210f706f9.zip
Add powershell.el
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/init.el b/init.el index a33a0b1..419f97b 100644 --- a/init.el +++ b/init.el
@@ -2291,7 +2291,13 @@ the default is \"/\"."
2291 (:global "M-`" #'popper-toggle-latest 2291 (:global "M-`" #'popper-toggle-latest
2292 "C-`" #'popper-cycle) 2292 "C-`" #'popper-cycle)
2293 (popper-mode +1) 2293 (popper-mode +1)
2294 (popper-echo-mode +1)) 2294 (when (fboundp 'popper-echo-mode)
2295 (popper-echo-mode +1)))
2296
2297(setup (:straight-when (powershell
2298 :host github
2299 :repo "jschaf/powershell.el")
2300 (acdw/system :work)))
2295 2301
2296;; (setup (:straight persistent-scratch) 2302;; (setup (:straight persistent-scratch)
2297;; (:option persistent-scratch-backup-directory (acdw/dir "scratch" t) 2303;; (:option persistent-scratch-backup-directory (acdw/dir "scratch" t)