+binding to fold all code within a level
This commit is contained in:
@@ -77,6 +77,14 @@ become my C one soon!
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Custom
|
* Custom
|
||||||
** Packages and functionality
|
** Packages and functionality
|
||||||
|
*** Code
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(map!
|
||||||
|
:leader
|
||||||
|
:prefix "c"
|
||||||
|
:desc "Fold all in level" "f" 'hs-hide-level
|
||||||
|
)
|
||||||
|
#+END_SRC
|
||||||
*** Projectile
|
*** Projectile
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(after! projectile
|
(after! projectile
|
||||||
|
|||||||
Reference in New Issue
Block a user