diff --git a/config.org b/config.org index b3a6b19..96ad550 100644 --- a/config.org +++ b/config.org @@ -494,6 +494,12 @@ Export non-breaking spaces properly; from, believe it or not, [[https://orgmode. 'my-html-filter-nobreaks)) #+END_SRC +Track when I complete todos. + +#+BEGIN_SRC emacs-lisp +(setq org-log-done 'time) +#+END_SRC + *** Packages **** =org-agenda-property= diff --git a/snippets/org-mode/git b/snippets/org-mode/git new file mode 100644 index 0000000..c3c896a --- /dev/null +++ b/snippets/org-mode/git @@ -0,0 +1,6 @@ +# name: git-token +# key: git +# -- +`(with-temp-buffer + (insert-file-contents "~/Documents/drive/token-t29") + (buffer-string))`$0 \ No newline at end of file