|
|
|
@ -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)
|
|
|
|
|