Skip to content

Commit

Permalink
core: add authinfo to auto modes list
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraveiro committed Mar 1, 2024
1 parent 781a97a commit b6cbe2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/core.org
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ Personal details.
(setq user-mail-address "marco.craveiro@gmail.com")
#+end_src

* Security

#+begin_src emacs-lisp
(add-to-list 'auto-mode-alist '("\\.authinfo.gpg\\'" . authinfo-mode))
#+end_src

* Messages

#+begin_src emacs-lisp
Expand Down

0 comments on commit b6cbe2a

Please sign in to comment.