feat: assemble config and tools

This commit is contained in:
Rahul Martim Juliato
2024-10-03 17:28:43 -03:00
parent 8e0adb6c39
commit 51ff9474fb
5 changed files with 900 additions and 411 deletions

View File

@@ -5,7 +5,8 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-safe-themes
'("691d671429fa6c6d73098fc6ff05d4a14a323ea0a18787daeb93fde0e48ab18b"
'("dfab4d4e2904967f208647d14b15015a613c4ab904db491116a7c0968e44a115"
"691d671429fa6c6d73098fc6ff05d4a14a323ea0a18787daeb93fde0e48ab18b"
"48042425e84cd92184837e01d0b4fe9f912d875c43021c3bcb7eeb51f1be5710"
default))
'(package-selected-packages nil))
@@ -14,4 +15,6 @@
;; 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.
)
'(diff-hl-change ((t (:background nil :foreground "#89b4fa"))))
'(diff-hl-delete ((t (:background nil :foreground "#f38ba8"))))
'(diff-hl-insert ((t (:background nil :foreground "#a6e3a1")))))