From a46afb1d148ec684160fe293c003f648568885b5 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Mon, 13 Jul 2020 16:45:12 +0200 Subject: [PATCH] De-load nord theme --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 1dc436be..0642e9ab 100755 --- a/init.el +++ b/init.el @@ -54,7 +54,8 @@ There are two things you can do about this warning: (display-battery-mode -1) ; Display battery status in the mode line (display-time-mode 1) ; Display time in the mode line -(load-theme 'nord t) +;; (load-theme 'nord t) +(require 'color-theme-sanityinc-tomorrow) ;; GLOBAL KEYS (global-set-key (kbd "C-c l") 'org-store-link)