From b127179157ff46b667335e8d2c00d9d20f38b5b3 Mon Sep 17 00:00:00 2001 From: Mitchell Tishmack Date: Wed, 14 Oct 2020 08:19:50 -0500 Subject: [PATCH] M-q some stuff --- emacs.org | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/emacs.org b/emacs.org index 14fea1b..d8aede1 100644 --- a/emacs.org +++ b/emacs.org @@ -32,8 +32,7 @@ This is out of place but to catch the gui elements early. (menu-bar-mode -1)) #+END_SRC -Add in standard package archive urls. Marmalade is gone as its ssl cert expired -in 2018, so don't think its even worth using. +Add in standard package archive urls. Marmalade is gone as its ssl cert expired in 2018, so don't think its even worth using. #+BEGIN_SRC emacs-lisp (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t) @@ -46,8 +45,7 @@ in 2018, so don't think its even worth using. Duplicated from tangle.el just to make using org easier. -TODO: make this stuff work sanely in emacs org mode and -via external tangling. Not tangled for now. +TODO: make this stuff work sanely in emacs org mode and via external tangling. Not tangled for now. #+BEGIN_SRC emacs-lisp (defun tangle/yn (p) (if (bound-and-true-p p) "yes" "no"))