Move hideshow config from ui/doom->emacs/hideshow

This commit is contained in:
Henrik Lissner
2018-08-03 18:20:27 +02:00
parent 0c36b4450e
commit 417736ecf6
3 changed files with 22 additions and 21 deletions

View File

@ -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