refactor(emacs): organise into reasonable modules
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
51a7ff1b9c
commit
e99a639325
10 changed files with 270 additions and 199 deletions
14
.emacs.d/include/priime-vc.el
Normal file
14
.emacs.d/include/priime-vc.el
Normal file
|
@ -0,0 +1,14 @@
|
|||
;;; priime-vc.el --- Version control configuration
|
||||
;;; Commentary:
|
||||
;; Provides configuration for Magit.
|
||||
;;; Code:
|
||||
|
||||
(use-package magit :straight t
|
||||
:bind (("<f5>" . magit-status)
|
||||
("C-x g" . magit-status)))
|
||||
(use-package forge :straight t
|
||||
:after (magit))
|
||||
|
||||
(provide 'priime-vc)
|
||||
|
||||
;;; priime-vc.el ends here
|
Loading…
Add table
Add a link
Reference in a new issue