202-origami: hideshow alternative
* can substitue hs-minor mode * integrates with lsp via lsp-origami package Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
16
site-start.d/202-origami.el
Normal file
16
site-start.d/202-origami.el
Normal file
@@ -0,0 +1,16 @@
|
||||
;;; 202-origami.el --- a text folding minor mode
|
||||
|
||||
;;; Commentary:
|
||||
;; With origami minor mode enabled, you can collapse and expand regions of text.
|
||||
|
||||
;;; Code:
|
||||
(use-package origami
|
||||
:ensure t
|
||||
:init
|
||||
;; enables syntax checking for every supported language
|
||||
(global-flycheck-mode)
|
||||
:config
|
||||
(use-package lsp-origami))
|
||||
|
||||
(provide '109-origami)
|
||||
;;; 202-origami.el ends here
|
||||
Reference in New Issue
Block a user