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"))