feat(emacs): add priime-general.el
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
e99a639325
commit
e8bbfc318d
5 changed files with 171 additions and 219 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue