emacs.d/snippets/org-mode/git

6 lines
129 B
Plaintext

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