mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add new emacs/hideshow module
Brings better default code folding support to various languages, like yaml, ruby, matlab, haml and vimrc. Hideshow is still quite unsophisticated and will need the help of another package for complete code folding functionality. Perhaps origami or vimish fold. The code-folding functional in the feature/evil module will soon be replaced by that.
This commit is contained in:
@ -257,9 +257,6 @@ DEFAULT is non-nil, set the default mode-line for all buffers."
|
||||
;; Built-in packages
|
||||
;;
|
||||
|
||||
;; `hideshow'
|
||||
(setq hs-hide-comments-when-hiding-all nil)
|
||||
|
||||
;; show typed keystrokes in minibuffer
|
||||
(defun doom|enable-ui-keystrokes () (setq echo-keystrokes 0.02))
|
||||
(defun doom|disable-ui-keystrokes () (setq echo-keystrokes 0))
|
||||
|
Reference in New Issue
Block a user