Skip to content

Instantly share code, notes, and snippets.

@condotti
Created November 9, 2012 05:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save condotti/4043851 to your computer and use it in GitHub Desktop.
Save condotti/4043851 to your computer and use it in GitHub Desktop.
sr-speedbarに行番号を表示しない
(defadvice linum-on (around linum-on-around)
(unless (string-match "SPEEDBAR" (buffer-name))
ad-do-it))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment