From 3c819f2bb8a332907d84f0c6892aa229287cea67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Alvari=C3=B1o?= Date: Tue, 19 Apr 2022 15:26:29 +0200 Subject: [PATCH] Add perspective configuration --- myconfig.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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)