summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/init.el b/init.el index cc663e4..961e90a 100644 --- a/init.el +++ b/init.el
@@ -247,6 +247,15 @@
247 "M-n" nil 247 "M-n" nil
248 "M-p" nil)) 248 "M-p" nil))
249 249
250(setup hideshow
251 (:also-load +hideshow)
252 (:with-mode hs-minor-mode
253 (:hook-into prog-mode)
254 (:bind "C-<tab>" #'+hs-cycle
255 "C-S-<tab>" #'+hs-global-cycle
256 ;; but y tho
257 "C-S-<iso-lefttab>" #'+hs-global-cycle)))
258
250(setup ibuffer 259(setup ibuffer
251 (:also-load ibuf-ext) 260 (:also-load ibuf-ext)
252 (:option ibuffer-expert t 261 (:option ibuffer-expert t