Emacs linum border to wide -
my linum margin wide (about 6 characters). in examples on web, it's not. how can changed?
there no specific parameters set myself. using emacs mac port. there custom theme, set anything.

linum-format controls formatting.  if (setq linum-format 'dynamic) should adapt width on fly.  if want hardcode number of columns, do, say, (setq linum-format "%5d") 5-column number.
Comments
Post a Comment