diff options
author | Jesús <heckyel@hyperbola.info> | 2020-07-20 19:20:52 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-07-20 19:20:52 -0500 |
commit | 7733624f8d16c665439b6c67c52b5cca81f77fde (patch) | |
tree | 8a3cacb11e278a05e92f9158d3f6e8d6cfc2c374 /init.el | |
parent | cb7b574da732c6b67fa6080325d10d2116251e80 (diff) | |
download | emacs-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.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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")) |