This commit is contained in:
parent
81931cee46
commit
ac100d7ffe
2 changed files with 8 additions and 1 deletions
6
.forgejo/workflows/demo.yml
Normal file
6
.forgejo/workflows/demo.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
|
|
@ -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