1
0
Fork 0

refactor(emacs): remove misc.el

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-11-03 18:31:17 -05:00
parent e8bbfc318d
commit 9b862b7d2b
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
10 changed files with 219 additions and 301 deletions

View file

@ -4,6 +4,7 @@
;;; Code:
(use-package magit :straight t
:custom (auth-sources '("~/.authinfo"))
:bind (("<f5>" . magit-status)
("C-x g" . magit-status)))
(use-package forge :straight t