瀏覽代碼

M-q some stuff

master
Mitchell Tishmack 6 年之前
committed by Mitch Tishmack
父節點
當前提交
b127179157
共有 1 個文件被更改,包括 2 次插入4 次删除
  1. +2
    -4
      emacs.org

+ 2
- 4
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"))


Loading…
取消
儲存