Added wireguard tools, org-modern, removed some emacs packages

This commit is contained in:
Random936
2024-08-14 19:06:16 -07:00
parent 42ad3ee3af
commit 4d57875fcf
3 changed files with 13 additions and 38 deletions

View File

@@ -425,6 +425,8 @@ When installing Vertico, the documentation mentions a few other packages that ad
#+begin_src emacs-lisp
(use-package magit
:bind (("C-x g" . magit-status)
("C-x C-g" . magit-status))
:config
(jm/leader-keys "gc" 'magit-clone))
#+end_src