summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-23 17:43:30 -0600
committerCase Duckworth2021-01-23 17:43:30 -0600
commiteba63f832526182e07282828132417e3f728d5b4 (patch)
tree818bce6bbc68ff0a1a50b240bb52f7b660446e3c /config.org
parentAdd tags (diff)
downloademacs-eba63f832526182e07282828132417e3f728d5b4.tar.gz
emacs-eba63f832526182e07282828132417e3f728d5b4.zip
Remove tags
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.org b/config.org index 6f31fa4..bbd9818 100644 --- a/config.org +++ b/config.org
@@ -1584,7 +1584,7 @@ I want to use the newest version of Org that I can.
1584 (add-to-list 'org-structure-template-alist cell))) 1584 (add-to-list 'org-structure-template-alist cell)))
1585#+end_src 1585#+end_src
1586 1586
1587** Org Return: DWIM :unpackaged: 1587** Org Return: DWIM
1588 1588
1589#+begin_src emacs-lisp :noweb-ref functions 1589#+begin_src emacs-lisp :noweb-ref functions
1590 (defun unpackaged/org-element-descendant-of (type element) 1590 (defun unpackaged/org-element-descendant-of (type element)
@@ -1689,7 +1689,7 @@ I want to use the newest version of Org that I can.
1689 (define-key org-mode-map (kbd "RET") #'unpackaged/org-return-dwim)) 1689 (define-key org-mode-map (kbd "RET") #'unpackaged/org-return-dwim))
1690#+end_src 1690#+end_src
1691 1691
1692** Insert blank lines around headers :unpackaged: 1692** Insert blank lines around headers
1693 1693
1694#+begin_src emacs-lisp :noweb-ref functions 1694#+begin_src emacs-lisp :noweb-ref functions
1695 (defun unpackaged/org-fix-blank-lines (&optional prefix) 1695 (defun unpackaged/org-fix-blank-lines (&optional prefix)