diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-08-13 20:11:51 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-08-13 20:11:51 +0200 |
commit | 49cf07323318775ff2d64f80c7e6dc6db742a4e3 (patch) | |
tree | 5a6d26a223d4d1cafcd48015233f51442f78bf55 /emacs.el | |
parent | 1d20146bb30b95af3bbb6a28986ed0849c643702 (diff) |
Emacs Theme (Modus Vivendi) Activation
Diffstat (limited to 'emacs.el')
-rw-r--r-- | emacs.el | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +;; https://github.com/fimblo/dot.emacs +;; Theme Activation + +(load-theme 'modus-vivendi) + ;; https://elpa.gnu.org/packages/aggressive-indent.html ;; Automatic Activation of Aggressive Indent @@ -17,4 +22,4 @@ (add-hook 'ielm-mode-hook #'enable-paredit-mode) (add-hook 'lisp-mode-hook #'enable-paredit-mode) (add-hook 'lisp-interaction-mode-hook #'enable-paredit-mode) -(add-hook 'scheme-mode-hook #'enable-paredit-mode)
\ No newline at end of file +(add-hook 'scheme-mode-hook #'enable-paredit-mode) |