diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-07-06 14:33:15 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-07-06 14:33:55 -0700 |
commit | a390e8f3acca537460cdae7544af7750b70c2961 (patch) | |
tree | 76518a3ed916bc2a6f047a03b9554ff29f931f8d /.emacs.local.d/modes/themes.el | |
parent | e47eacc019284efefac2f1d9fc99462ddcd7ea47 (diff) |
sort aliases files
Diffstat (limited to '.emacs.local.d/modes/themes.el')
-rw-r--r-- | .emacs.local.d/modes/themes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.local.d/modes/themes.el b/.emacs.local.d/modes/themes.el index ad7e376..0a10224 100644 --- a/.emacs.local.d/modes/themes.el +++ b/.emacs.local.d/modes/themes.el @@ -1,4 +1,4 @@ -(load-theme 'zenburn t) +(load-theme 'doom-spacegray t) (set-frame-parameter (selected-frame) 'alpha '(95 . 95)) (add-to-list 'default-frame-alist '(alpha . (95 . 95))) |