diff options
Diffstat (limited to 'lisp/acdw-org.el')
-rw-r--r-- | lisp/acdw-org.el | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lisp/acdw-org.el b/lisp/acdw-org.el index 1522f78..9fa8767 100644 --- a/lisp/acdw-org.el +++ b/lisp/acdw-org.el | |||
@@ -1,23 +1,20 @@ | |||
1 | ;;; acdw-org.el -*- lexical-binding: t; coding: utf-8-unix -*- | 1 | ;;; acdw-org.el -*- lexical-binding: t; coding: utf-8-unix -*- |
2 | ;; | ||
3 | ;; Author: Various | 2 | ;; Author: Various |
4 | ;; URL: https://tildegit.org/acdw/emacs | 3 | ;; URL: https://tildegit.org/acdw/emacs |
5 | ;; | 4 | |
6 | ;; This file is NOT part of GNU Emacs. | 5 | ;; This file is NOT part of GNU Emacs. |
7 | ;; | 6 | |
8 | ;;; License: | 7 | ;;; License: |
9 | ;; | ||
10 | ;; Everyone is permitted to do whatever with this software, without | 8 | ;; Everyone is permitted to do whatever with this software, without |
11 | ;; limitation. This software comes without any warranty whatsoever, | 9 | ;; limitation. This software comes without any warranty whatsoever, |
12 | ;; but with two pieces of advice: | 10 | ;; but with two pieces of advice: |
13 | ;; - Don't hurt yourself. | 11 | ;; - Don't hurt yourself. |
14 | ;; - Make good choices. | 12 | ;; - Make good choices. |
15 | ;; | 13 | |
16 | ;;; Commentary: | 14 | ;;; Commentary: |
17 | ;; | ||
18 | ;; This file is for the weird little `org-mode' functions that just take up | 15 | ;; This file is for the weird little `org-mode' functions that just take up |
19 | ;; space in my main init file. I've tried to give credit where credit is due. | 16 | ;; space in my main init file. I've tried to give credit where credit is due. |
20 | ;; | 17 | |
21 | ;;; Code: | 18 | ;;; Code: |
22 | 19 | ||
23 | ;;; unpackaged.el: https://github.com/alphapapa/unpackaged.el | 20 | ;;; unpackaged.el: https://github.com/alphapapa/unpackaged.el |