Track when todos are done, fetch git token more easily

This commit is contained in:
trémeur 2022-12-30 11:56:04 +00:00
parent 00d5d9b7d1
commit b7cb65404a
2 changed files with 12 additions and 0 deletions

6
snippets/org-mode/git Normal file
View file

@ -0,0 +1,6 @@
# name: git-token
# key: git
# --
`(with-temp-buffer
(insert-file-contents "~/Documents/drive/token-t29")
(buffer-string))`$0