From 44bce4e9910ddc0b8e65f3655212ba65f4241e2e Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 6 Jun 2016 14:57:38 -0400 Subject: [PATCH] Make my themes safe in emacs --- emacs/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs/init.el b/emacs/init.el index 41bf12c..3f6366d 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -74,6 +74,9 @@ ;; 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 + (quote + ("ce08249e5bb367822a811e84a7a9cc44c4228605ab7cbbb6896039529720809a" "2b280ad6cde9097a8677663009decae239a35d70a180d2321baf9e467696f6c8" default))) '(global-subword-mode t) '(indent-tabs-mode nil) '(inhibit-startup-buffer-menu t)