add note on installation on Emacs 25

This commit is contained in:
Łukasz Pankowski 2019-12-19 22:15:25 +01:00
parent 10189cf277
commit 4cd17a638c

View File

@ -17,6 +17,10 @@
;;; `use-package-always-ensure` below to `t` start Emacs and then set ;;; `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). ;;; 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 ;;; Basic settings
;;; -------------- ;;; --------------