commit 245274f9b4a247627749d326be3d280a4d4c8973
parent 6894000888af674af039968dd205c8b58d69272e
Author: Alex Balgavy <alex@balgavy.eu>
Date: Fri, 29 Jul 2022 20:11:34 +0200
emacs: package to try out packages
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org
@@ -1541,6 +1541,12 @@ I want a custom keybinding to easily toggle:
#+begin_src emacs-lisp
(za/global-set-key (kbd "C-c q ?") #'decide-mode)
#+end_src
+
+** try: try out different packages
+#+begin_src emacs-lisp
+ (use-package try)
+#+end_src
+
* Interface
** Start debugger on error
#+begin_src emacs-lisp