aboutsummaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 43fdb56..ec99116 100644
--- a/init.el
+++ b/init.el
@@ -10,6 +10,8 @@
;;; Time Mark
(setq emacs-load-start-time (current-time))
+(setq package-check-signature 'allow-unsigned)
+
;;; Welcome message
(setq-default initial-scratch-message
(concat ";; Happy hacking, " user-login-name " - Emacs loves you!\n\n"))