emacs.d

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

commit 2db02754e912a7a2643e307544bd59139edec7e1
parent aa7cccce55ebfcef447aa9b857f5d3e0509fbe30
Author: Cem Keylan <cem@ckyln.com>
Date:   Fri, 13 Mar 2020 22:01:35 +0300

add notes section

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

diff --git a/init.org b/init.org @@ -34,6 +34,7 @@ - [[Backup Options][Backup Options]] - [[Enable diary appointment alarms][Enable diary appointment alarms]] - [[Set Browser][Set Browser]] +- [[Notes][Notes]] * Intro This is my emacs configuration file, I used to have a big @@ -518,3 +519,16 @@ so that I don't have to keep track of it in case I ever change my browser. (executable-find (getenv "BROWSER")) browse-url-browser-function 'browse-url-generic) #+END_SRC +* Notes +If you are using an old version of Emacs you might need to +run these as well. + +#+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