You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've settled on origami as my main folding mode, and below are somethings I've found helpful ---and wished would have been in the Readme, so I'm posting them here in case any lookers come by.
Support for searching:
(defun my/search-hook-function ()
(when origami-mode (origami-toggle-node (current-buffer) (point))))
;; Open folded nodes if a search stops there.
(add-hook 'helm-swoop-after-goto-line-action-hook #'my/search-hook-function)
;;
;; Likewise for incremental search, isearch, users.
;; (add-hook 'isearch-mode-end-hook #'my/search-hook-function)
A hydra for super quick navigation and easily folding, unfolding blocks! Love this one ^_^
I've settled on origami as my main folding mode, and below are somethings I've found helpful ---and wished would have been in the Readme, so I'm posting them here in case any lookers come by.
Support for searching:
A hydra for super quick navigation and easily folding, unfolding blocks! Love this one ^_^
The text was updated successfully, but these errors were encountered: