1
0
Fork 0

feat(emacs): add priime-general.el

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

View file

@ -5,7 +5,10 @@
(use-package nano-theme
:straight '(nano-theme :type git :host github
:repo "rougier/nano-theme"))
:repo "rougier/nano-theme")
:init
(load-theme 'nano t)
(nano-light))
(use-package all-the-icons :straight t)
(use-package neotree :straight t
:after (all-the-icons)