diff options
author | Yuchen Pei <id@ypei.org> | 2023-11-05 21:04:21 +1100 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-11-05 21:04:21 +1100 |
commit | 750a37679318263d8a313e2fb062c13ec23504ae (patch) | |
tree | 17f9f4a41673754eec9442a682b67c653042f836 /emacs/.emacs.d/lisp | |
parent | b5a91d87d4933ce50675b253a5853787143bc660 (diff) |
[emacs] Remove some commented out code
Diffstat (limited to 'emacs/.emacs.d/lisp')
-rw-r--r-- | emacs/.emacs.d/lisp/my/my-org.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/.emacs.d/lisp/my/my-org.el b/emacs/.emacs.d/lisp/my/my-org.el index 2516b6d..7aabf9a 100644 --- a/emacs/.emacs.d/lisp/my/my-org.el +++ b/emacs/.emacs.d/lisp/my/my-org.el @@ -1436,10 +1436,6 @@ or filename if no title." :group 'my-org :type 'string) -;; (defvar my-org-task-next-ids nil -;; "An alist of next IDs for each task category, will be read from -;; and written to") - (defun my-org-task-init () "Initialise next ids and write them to `my-org-task-next-id-file'." (my-org-task-write-next-ids |