From 1ce1113fc42eac05efe91c353d2ed7a210f706f9 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 11 Oct 2021 18:03:38 -0500 Subject: Add powershell.el --- init.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'init.el') 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 \"/\"." (:global "M-`" #'popper-toggle-latest "C-`" #'popper-cycle) (popper-mode +1) - (popper-echo-mode +1)) + (when (fboundp 'popper-echo-mode) + (popper-echo-mode +1))) + +(setup (:straight-when (powershell + :host github + :repo "jschaf/powershell.el") + (acdw/system :work))) ;; (setup (:straight persistent-scratch) ;; (:option persistent-scratch-backup-directory (acdw/dir "scratch" t) -- cgit 1.4.1-21-gabe81