emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit 164e53a3bb792f98ad27eb727e0a7bb96e734c8d
parent 3437c6c959fe660b1114194a75497f08906bfea2
Author: Cem Keylan <cem@ckyln.com>
Date:   Sun, 29 Mar 2020 00:18:59 +0300

remove note on elpa

Diffstat:
Minit.org | 21---------------------
1 file changed, 0 insertions(+), 21 deletions(-)

diff --git a/init.org b/init.org @@ -39,8 +39,6 @@ - [[Docker][Docker]] - [[Backup Options][Backup Options]] - [[Set Browser][Set Browser]] -- [[Notes][Notes]] - - [[No packages available from elpa][No packages available from elpa]] * Intro This is my emacs configuration file, I used to have a big @@ -673,22 +671,3 @@ so that I don't have to keep track of it in case I ever change my browser. browse-url-browser-function 'browse-url-generic ) #+END_SRC -* Notes -This is a section for notes to self and installation problems -that may arise. - -** No packages available from elpa -If you are using an old version of Emacs you might need to -run these. - -The problem occurs, because elpa-keyrings are outdated on your system. - -#+BEGIN_SRC emacs-lisp :tangle no -;; Do M-: -(setq package-check-signature nil) RET -;; Do M-x -package-refresh-contents RET -package-install RET gnu-elpa-keyring-update RET -;; Do M-: -(setq package-check-signature allow-unsigned) RET -#+END_SRC