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:
parent
05d9a83ff7
commit
a2ffbe4ede
4 changed files with 93 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue