From: Mark Wooding Date: Wed, 22 Nov 2017 18:53:59 +0000 (+0000) Subject: el/dot-emacs.el: Fix bogus indentation. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/3db66f7bde00ac99a42187eb6d1bc75ddd5bfd66 el/dot-emacs.el: Fix bogus indentation. --- 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.