aboutsummaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-07-20 19:20:52 -0500
committerJesús <heckyel@hyperbola.info>2020-07-20 19:20:52 -0500
commit7733624f8d16c665439b6c67c52b5cca81f77fde (patch)
tree8a3cacb11e278a05e92f9158d3f6e8d6cfc2c374 /init.el
parentcb7b574da732c6b67fa6080325d10d2116251e80 (diff)
downloademacs-personal-7733624f8d16c665439b6c67c52b5cca81f77fde.tar.lz
emacs-personal-7733624f8d16c665439b6c67c52b5cca81f77fde.tar.xz
emacs-personal-7733624f8d16c665439b6c67c52b5cca81f77fde.zip
Doc for fix elpa signature
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"))