Browse Source

M-q some stuff

master
Mitchell Tishmack 5 years ago
committed by Mitch Tishmack
parent
commit
b127179157
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      emacs.org

+ 2
- 4
emacs.org View File

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


Loading…
Cancel
Save