From 66602931e72759635249fb6148fa6ecf370209c5 Mon Sep 17 00:00:00 2001 From: yaideltg Date: Sat, 2 Mar 2024 11:37:50 +0100 Subject: Added new feeds, made latex styles for CV and some other things --- emacs_init/dot_emacs.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'emacs_init') diff --git a/emacs_init/dot_emacs.org b/emacs_init/dot_emacs.org index 8325355..1b0ebb0 100644 --- a/emacs_init/dot_emacs.org +++ b/emacs_init/dot_emacs.org @@ -1423,6 +1423,13 @@ Facilitating the automatic loggin to the IRC server by using auth-source library (setq auth-sources '(password-store)) #+end_src +** password-store + +#+begin_src emacs-lisp + (use-package password-store + :ensure t) +#+end_src + * Markdown mode #+begin_src emacs-lisp -- cgit v1.2.3