From 412080ca85be284ee2ed16ca4812f81b3554f481 Mon Sep 17 00:00:00 2001 From: Chizi123 <joelgrun@gmail.com> Date: Tue, 07 May 2019 08:45:35 +0000 Subject: [PATCH] Added some more theming options --- init.el | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/init.el b/init.el index e4b4fbc..5265586 100644 --- a/init.el +++ b/init.el @@ -34,6 +34,8 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(custom-safe-themes + '("6b2636879127bf6124ce541b1b2824800afc49c6ccd65439d6eb987dbf200c36" default)) '(ede-project-directories '("c:/Users/joelg/.emacs.d")) '(line-number-mode nil) '(package-selected-packages @@ -46,3 +48,4 @@ ) (put 'narrow-to-page 'disabled nil) (put 'narrow-to-region 'disabled nil) +(put 'list-timers 'disabled nil) -- Gitblit v1.9.3