From 7fbd98a3f3822b449ab91c36617afb4d158c9236 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:44:07 +0300 Subject: [PATCH] Change the default emacs theme --- .config/emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 73c1f38..f925837 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -31,5 +31,9 @@ (use-package mozc :bind (("C-c m" . mozc-mode))) +(use-package material-theme + :config + (load-theme 'material t)) + (put 'dired-find-alternate-file 'disabled nil) (defalias 'yes-or-no-p 'y-or-n-p)