From 4cd17a638c85faa6b49bb9f62e4f29c93779055c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Thu, 19 Dec 2019 22:15:25 +0100 Subject: [PATCH] add note on installation on Emacs 25 --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 826d774..3d4b488 100644 --- a/init.el +++ b/init.el @@ -17,6 +17,10 @@ ;;; `use-package-always-ensure` below to `t` start Emacs and then set ;;; it back to `nil` (or always have it set to `t`, if you prefer). +;;; **Note** that for Emacs 25 you first need to install new ELPA +;;; signing key as described +;;; [here](https://elpa.gnu.org/packages/gnu-elpa-keyring-update.html). + ;;; Basic settings ;;; --------------