Skip to content

Instantly share code, notes, and snippets.

@nobuhito
Created January 24, 2009 06:31
Show Gist options
  • Save nobuhito/51366 to your computer and use it in GitHub Desktop.
Save nobuhito/51366 to your computer and use it in GitHub Desktop.
--- linum.el 2009-01-24 15:51:56.000000000 +0900
+++ linum.el.org 2008-08-29 16:52:14.000000000 +0900
@@ -138,7 +138,7 @@
((eq linum-format 'dynamic)
(let ((w (length (number-to-string
(count-lines (point-min) (point-max))))))
- (concat " %" (number-to-string w) "d ")))))
+ (concat "%" (number-to-string w) "d")))))
(width 0))
(run-hooks 'linum-before-numbering-hook)
;; Create an overlay (or reuse an existing one) for each
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment