From e0ea2e6b431f840207cde9f7dd4dbf53d5fd013a Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 16 Jun 2024 20:00:18 +0200 Subject: change Emacs theme --- systems/izumi/home-files/emacs-configuration.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/izumi/home-files/emacs-configuration.el b/systems/izumi/home-files/emacs-configuration.el index 98ac36e..e4a1d70 100644 --- a/systems/izumi/home-files/emacs-configuration.el +++ b/systems/izumi/home-files/emacs-configuration.el @@ -3,7 +3,7 @@ ;;; https://github.com/fimblo/dot.emacs ;;; Theme Activation -(load-theme 'manoj-dark) +(load-theme 'modus-vivendi) ;;; Disable Org Indent Mode (add-hook 'org-mode-hook (lambda () (org-indent-mode -1))) -- cgit v1.2.3