mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move hideshow config from ui/doom->emacs/hideshow
This commit is contained in:
@ -1,8 +1,11 @@
|
||||
;;; emacs/hideshow/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(after! hideshow ; built-in
|
||||
(setq hs-hide-comments-when-hiding-all nil)
|
||||
(setq hs-hide-comments-when-hiding-all nil
|
||||
;; Nicer code-folding overlays (with fringe indicators)
|
||||
hs-set-up-overlay #'+hideshow-set-up-overlay)
|
||||
|
||||
;; extra folding support for more languages
|
||||
(unless (assq 't hs-special-modes-alist)
|
||||
(setq hs-special-modes-alist
|
||||
(append
|
||||
|
Reference in New Issue
Block a user