el/dot-emacs.el: Fix bogus indentation.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 22 Nov 2017 18:53:59 +0000 (18:53 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 22 Nov 2017 18:53:59 +0000 (18:53 +0000)
el/dot-emacs.el

index cb1d425..75f3dae 100644 (file)
@@ -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.