From 16688359e58488324923f68fbeb4d697101f3a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Wed, 15 Mar 2023 20:12:00 +0000 Subject: [PATCH] Move git tokens to private emacs folder --- snippets/fundamental-mode/git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/fundamental-mode/git b/snippets/fundamental-mode/git index c3c896a..31d8789 100644 --- a/snippets/fundamental-mode/git +++ b/snippets/fundamental-mode/git @@ -2,5 +2,5 @@ # key: git # -- `(with-temp-buffer - (insert-file-contents "~/Documents/drive/token-t29") + (insert-file-contents "~/Documents/drive/admin/emacs/token-t29") (buffer-string))`$0 \ No newline at end of file