mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(editor): improve code folding with origami
Add and configure origami, and enable it for majro modes where it seems to do a good job, and keep using hideshow for other major modes.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
;;; Code:
|
||||
|
||||
(require 'siren-dap)
|
||||
(require 'siren-folding)
|
||||
(require 'siren-hideshow)
|
||||
(require 'siren-lsp)
|
||||
(require 'siren-projectile)
|
||||
(require 'siren-string-inflection)
|
||||
@@ -60,9 +60,9 @@
|
||||
ruby-use-smie t
|
||||
tab-width 2)
|
||||
|
||||
(tree-sitter-mode +1)
|
||||
(siren-folding)
|
||||
(subword-mode +1))
|
||||
(tree-sitter-mode t)
|
||||
(hs-minor-mode t)
|
||||
(subword-mode t))
|
||||
|
||||
:init
|
||||
(with-eval-after-load "projectile"
|
||||
|
||||
Reference in New Issue
Block a user