diff --git a/myconfig.org b/myconfig.org index e8c9405..6efbce3 100644 --- a/myconfig.org +++ b/myconfig.org @@ -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)