From 3db66f7bde00ac99a42187eb6d1bc75ddd5bfd66 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 22 Nov 2017 18:53:59 +0000 Subject: [PATCH] el/dot-emacs.el: Fix bogus indentation. --- el/dot-emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index cb1d425..75f3dae 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -730,7 +730,7 @@ Use this to arrange for per-server settings.") proc)) (eval-after-load "erc" - '(load "~/.ercrc.el")) + '(load "~/.ercrc.el")) ;;;-------------------------------------------------------------------------- ;;; Utility functions. -- 2.11.0