Merge branch 'main' of github.com:maciej-szlosarczyk/emacs
This commit is contained in:
commit
236356fa63
7 changed files with 66 additions and 25 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue