From f8512cab990d0112355e44ca74281f6ccb9f08c5 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Mon, 14 Sep 2020 22:46:32 +1000 Subject: [PATCH] Fix theme on emacs 27 --- lisp/my-gui.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/my-gui.el b/lisp/my-gui.el index 38282b4..1e5fc81 100644 --- a/lisp/my-gui.el +++ b/lisp/my-gui.el @@ -5,6 +5,7 @@ (scroll-bar-mode -1) (require 'pastels-on-dark-theme) +(enable-theme 'pastels-on-dark) (setq frame-background-mode 'dark) (setq default-frame-alist '((vertical-scroll-bars) -- 2.39.2