diff options
author | bd <bdunahu@colostate.edu> | 2024-05-14 19:50:29 -0600 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-05-14 19:50:29 -0600 |
commit | cb0d9f1ec2f93cadc0693de99e3979621d7394ea (patch) | |
tree | f0f21dd4a9825ee9dc19aef1f91b495e25e36e65 /.config/emacs/modules/bd--themes.el | |
parent | 738f715587f454c6dbe9f25742339fd26bfe34bd (diff) |
Remove desktop-save mode, outdated packages
Diffstat (limited to '.config/emacs/modules/bd--themes.el')
-rw-r--r-- | .config/emacs/modules/bd--themes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el index d494ec1..70e69ed 100644 --- a/.config/emacs/modules/bd--themes.el +++ b/.config/emacs/modules/bd--themes.el @@ -49,6 +49,6 @@ to.") (ef-autumn-palette-overrides '((bg-main "#000000")))) -(load-theme 'ef-autumn :no-confirm) +(load-theme 'ef-winter :no-confirm) (provide 'bd--themes) |