summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-16 00:03:47 +0200
committerGravatar Tom Willemse2014-04-16 00:15:29 +0200
commit6d3ef8d6e28fe73da900aa4a0cb2a6c6512ae2f3 (patch)
tree55b28db362b24065de93692814d9e12ae9a94031
parent6040f7a55114289b45014aa03abd7ea8a9c9a5f0 (diff)
downloademacs-6d3ef8d6e28fe73da900aa4a0cb2a6c6512ae2f3.tar.gz
emacs-6d3ef8d6e28fe73da900aa4a0cb2a6c6512ae2f3.zip
Fix indent
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 0ac4a68..e812981 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -342,7 +342,7 @@ If COUNT has been specified indent by that much, otherwise look at
(oni:sort-imports)))
(defun oni:make-readable ()
- "Make non-programming buffers a little more readable."
+ "Make non-programming buffers a little more readable."
(setq line-spacing .2))
(defun oni:markdown-mode-func ()