Merge branch 'main' of github.com:maciej-szlosarczyk/emacs

This commit is contained in:
Maciej 2024-06-03 18:02:39 +03:00
commit 236356fa63
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
7 changed files with 66 additions and 25 deletions

View file

@ -19,6 +19,7 @@
'("Happy coding!" "I showed you my source code, pls respond"))
(setq dashboard-startup-banner 'logo)
(setq dashboard-projects-backend 'projectile)
(setq dashboard-items '((recents . 5)
;; (bookmarks . 5)

View file

@ -34,6 +34,7 @@
(load-theme 'base16-darcula t t)
(load-theme 'base16-solarflare t t)
(load-theme 'base16-snazzy t t)
(load-theme 'base16-onedark t t)
(load-theme 'base16-gruvbox-dark-hard t t)
(load-theme 'modus-vivendi t t)
(load-theme 'base16-zenbones t t)
@ -49,7 +50,7 @@
(spaceline-emacs-theme)
(enable-theme 'sanityinc-tomorrow-eighties)
(enable-theme 'base16-onedark)
(provide '+custom-pkg-themes)
;;; themes.el ends here