commit 1783429ea4664f2595581311be8795c53364490e
parent 9fbed05ae288028ee11e425710576bdd90533d1e
Author: MichaĆ M. Sapka <michal@sapka.me>
Date: Fri, 3 Feb 2023 21:01:03 +0100
feat(emacs): introduce Magit
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
@@ -69,8 +69,12 @@
(concat (propertize (concat (buffer-name) ">")
'face 'circe-prompt-face)
" ")))
+
)
+;; Magit
+(use-package magit)
+
;; Boring work stuff
(use-package robe)
(add-hook 'ruby-mode-hook 'robe-mode)
@@ -94,8 +98,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(package-selected-packages
- '(circe nov notmuch git-gutter+ robe use-package)))
+ '(package-selected-packages '(magit circe nov notmuch git-gutter+ robe use-package)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.