diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-08-13 23:31:26 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-08-13 23:31:26 +0200 |
commit | 7aec7a2153a6d3964f5cafc8a75dbf9405497776 (patch) | |
tree | ae5936966845411c67080396f981d13386c3fd6f /emacs.el | |
parent | 3b160730d93c20a375a0721227ffeefd5d7a0d79 (diff) |
Emacs Theme Change
Diffstat (limited to 'emacs.el')
-rw-r--r-- | emacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ ;; https://github.com/fimblo/dot.emacs ;; Theme Activation -(load-theme 'modus-vivendi) +(load-theme 'manoj-dark) ;; https://elpa.gnu.org/packages/aggressive-indent.html ;; Automatic Activation of Aggressive Indent |