diff options
Diffstat (limited to 'doom.d/modules/personal.org')
-rw-r--r-- | doom.d/modules/personal.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doom.d/modules/personal.org b/doom.d/modules/personal.org index 2726a44..07d4c15 100644 --- a/doom.d/modules/personal.org +++ b/doom.d/modules/personal.org @@ -66,6 +66,12 @@ Allow user to set a theme from a limited set of candidates, based on (dired (expand-file-name "~/School"))) #+END_SRC Going to the school directory, quick access to school work. +* Password store +Function to get a password given a key. +#+BEGIN_SRC elisp +(defun oreodave/password-store/get-password (KEY) + (shell-command-to-string (concat "pass " KEY))) +#+END_SRC * Weather #+BEGIN_SRC elisp (defun oreodave/weather () |