From 8515985057183aa49973fbc6ced7c37c779b2123 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 28 Dec 2021 18:20:24 -0600 Subject: Setup hideshow.el --- init.el | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index cc663e4..961e90a 100644 --- a/init.el +++ b/init.el @@ -247,6 +247,15 @@ "M-n" nil "M-p" nil)) +(setup hideshow + (:also-load +hideshow) + (:with-mode hs-minor-mode + (:hook-into prog-mode) + (:bind "C-" #'+hs-cycle + "C-S-" #'+hs-global-cycle + ;; but y tho + "C-S-" #'+hs-global-cycle))) + (setup ibuffer (:also-load ibuf-ext) (:option ibuffer-expert t -- cgit 1.4.1-21-gabe81