diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-08-06 00:26:49 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-08-06 00:26:49 +0100 |
commit | aa144f4562d0ce81e6bd95c49c5948d2eb76d00a (patch) | |
tree | ef15ada4bf231cd290529c0405a5d3f87f976a28 /doom.d | |
parent | 23bb641856c40ae9ab0f4032c0e5cbcdbb41f050 (diff) | |
download | dotfiles-aa144f4562d0ce81e6bd95c49c5948d2eb76d00a.tar.gz dotfiles-aa144f4562d0ce81e6bd95c49c5948d2eb76d00a.tar.bz2 dotfiles-aa144f4562d0ce81e6bd95c49c5948d2eb76d00a.zip |
~Wakatime key retrieval, will now get it from pass
Diffstat (limited to 'doom.d')
-rw-r--r-- | doom.d/config.org | 3 | ||||
-rw-r--r-- | doom.d/init.el | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index bb6c166..eb59a6a 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -72,8 +72,11 @@ I like monokai :) ; <SPC>pg for regenning tags is useful when searching them #+END_SRC * Plugins and Packages +** Wakatime #+BEGIN_SRC emacs-lisp +(setq wakatime-api-key (shell-command-to-string "pass Keys/Wakatime")) #+END_SRC +Using new password holder (pass) to help with secure transactions. * Languages ** C# #+BEGIN_SRC emacs-lisp diff --git a/doom.d/init.el b/doom.d/init.el index 82eb263..4c3f321 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -219,7 +219,6 @@ (cons 340 "#5B6268") (cons 360 "#5B6268"))) '(vc-annotate-very-old-color nil) - '(wakatime-api-key " 8866fea6-b174-4f14-909d-50e9fcf9bf73 ") '(wakatime-cli-path "/usr/local/bin/wakatime") '(wakatime-python-bin nil)) (custom-set-faces |