summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2014-07-02 18:09:26 +0100
committerAlan Pearce2014-07-02 18:09:26 +0100
commita00a77caa56811e41c2d0a0fc190cb1978312544 (patch)
treea18a3e7d8e3a3ea5ab71635407bef9eb00113c54 /tag-emacs/emacs.d
parented3393f638f72b010d46115131467229f9ba18cf (diff)
downloaddotfiles-a00a77caa56811e41c2d0a0fc190cb1978312544.tar.lz
dotfiles-a00a77caa56811e41c2d0a0fc190cb1978312544.tar.zst
dotfiles-a00a77caa56811e41c2d0a0fc190cb1978312544.zip
Whitespace fixup
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 7906a49..976f8c9 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -1120,4 +1120,4 @@
   (require 'server)
   (if (server-running-p server-name)
       (message "Server already appears to be running")
-      (server-start)))
+    (server-start)))