Created
April 19, 2011 11:33
-
-
Save djui/927180 to your computer and use it in GitHub Desktop.
This patch removes the dashed line from Emacs' mode-line
This file contains hidden or 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
--- lisp/bindings.el 2011-04-19 13:21:26.000000000 +0200 | |
+++ lisp/bindings.el 2011-04-19 13:17:12.000000000 +0200 | |
@@ -334,9 +334,7 @@ | |
(propertize " " 'help-echo help-echo) | |
'mode-line-modes | |
`(which-func-mode ("" which-func-format ,spaces)) | |
- `(global-mode-string ("" global-mode-string ,spaces)) | |
- `(:eval (unless (display-graphic-p) | |
- ,(propertize "-%-" 'help-echo help-echo))))) | |
+ `(global-mode-string ("" global-mode-string ,spaces)))) | |
(standard-mode-line-modes | |
(list | |
(propertize "%[" 'help-echo recursive-edit-help-echo) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment