working system
This commit is contained in:
commit
e0ad4ea627
53 changed files with 2927 additions and 0 deletions
13
lisp/init-folding.el
Normal file
13
lisp/init-folding.el
Normal file
|
@ -0,0 +1,13 @@
|
|||
;;; init-folding.el --- Support code and region folding -*- lexical-binding: t -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
(when (maybe-require-package 'origami)
|
||||
(global-origami-mode 1)
|
||||
(with-eval-after-load 'origami
|
||||
(define-key origami-mode-map (kbd "C-c f") 'origami-recursively-toggle-node)
|
||||
(define-key origami-mode-map (kbd "C-c F") 'origami-toggle-all-nodes)))
|
||||
|
||||
|
||||
(provide 'init-folding)
|
||||
;;; init-folding.el ends here
|
Loading…
Add table
Add a link
Reference in a new issue