commit 5817a98d1e3f11c7a0820ecdf7cea9160f79dd14
parent d16c0f9f4446d941cbecb47dd9db6c7a35402036
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sat, 24 Feb 2018 00:55:39 -0600
Correct typo.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
@@ -199,7 +199,7 @@ Display current line number instead of 0.
Force width of line numbering bar to 3 digit wide.
#+BEGIN_SRC emacs-lisp
- (setq linum-format "%3d ")
+ (setq linum-format "%3d")
#+END_SRC
** Line Wrapping