From b917efaa7cd6fc700a4f8a9252144db63e8ed07d Mon Sep 17 00:00:00 2001 From: finga Date: Mon, 21 Oct 2024 07:42:53 +0200 Subject: [PATCH] base: Fix typo in comment --- .emacs.d/config/base.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/config/base.el b/.emacs.d/config/base.el index 874e284..680b855 100644 --- a/.emacs.d/config/base.el +++ b/.emacs.d/config/base.el @@ -83,6 +83,6 @@ (custom-set-variables '(custom-enabled-themes (quote (tango-dark)))) -;; configur authinfo file +;; configure authinfo file (setq auth-sources '((:source "~/.authinfo.gpg")))