diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-07-29 09:35:04 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-07-29 09:35:04 -0700 |
commit | 1097687d98cf51c1c575e7b5411007ebf7242359 (patch) | |
tree | 35dfcd1f29ae3ff09cabec3398f7875e9cdb1811 /.emacs.local.d | |
parent | 0ef1781ede5cb012b587eba31fec86ec2b39f260 (diff) |
emacs: typo
Diffstat (limited to '.emacs.local.d')
-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 0a10224..83f0995 100644 --- a/.emacs.local.d/modes/themes.el +++ b/.emacs.local.d/modes/themes.el @@ -1,4 +1,4 @@ -(load-theme 'doom-spacegray t) +(load-theme 'doom-spacegrey t) (set-frame-parameter (selected-frame) 'alpha '(95 . 95)) (add-to-list 'default-frame-alist '(alpha . (95 . 95))) |