Created
November 9, 2012 05:19
-
-
Save condotti/4043851 to your computer and use it in GitHub Desktop.
sr-speedbarに行番号を表示しない
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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