Add perspective configuration

main
Sergio Alvariño 2 years ago
parent 0cb1beeaa7
commit 3c819f2bb8

@ -555,6 +555,18 @@ Quick navigation to words
)
#+end_src
* perspective
Add some [[https://github.com/nex3/perspective-el][perspective]] to emacs
#+begin_src emacs-lisp
(use-package perspective
:init
(persp-mode)
:bind(
:map perspective-map
("b" . persp-switch-to-buffer*)))
#+end_src
* Git management
All you need for git
- [[https://github.com/magit/magit][magit]] interface to git from emacs (there are a lot of tutos)

Loading…
Cancel
Save