aboutsummaryrefslogtreecommitdiff
path: root/doom.d/modules/config.org
diff options
context:
space:
mode:
authorAChavali <aryadevchavali1@gmail.com>2020-01-03 00:59:04 +0000
committerAChavali <aryadevchavali1@gmail.com>2020-01-03 00:59:04 +0000
commitb42df21947bb75ac1e4dd317eb9d7bf0cd20e932 (patch)
tree654df1df9d36833d0757cfe844beb64ad6468c61 /doom.d/modules/config.org
parentd119ea2d8d4b7495e334f09352d1711c5a8a515f (diff)
downloaddotfiles-b42df21947bb75ac1e4dd317eb9d7bf0cd20e932.tar.gz
dotfiles-b42df21947bb75ac1e4dd317eb9d7bf0cd20e932.tar.bz2
dotfiles-b42df21947bb75ac1e4dd317eb9d7bf0cd20e932.zip
~password-store-get -> password-store/get-password
Use my own function instead of theirs, I like the GUI for pass more than the text version
Diffstat (limited to 'doom.d/modules/config.org')
-rw-r--r--doom.d/modules/config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/modules/config.org b/doom.d/modules/config.org
index 0428f49..3df750f 100644
--- a/doom.d/modules/config.org
+++ b/doom.d/modules/config.org
@@ -79,7 +79,7 @@ A keybind and a routine
:defer 1
:config
(setq wakatime-cli-path (expand-file-name "~/.local/bin/wakatime"))
- (setq wakatime-api-key (password-store-get "Keys/Wakatime"))
+ (setq wakatime-api-key (replace-regexp-in-string "\n" "" (oreodave/password-store/get-password "Keys/Wakatime")))
(global-wakatime-mode +1))
#+END_SRC
Using new password holder (pass) to help with secure transactions. Doing all