fixed display bugs when using Emacs in a terminal

This commit is contained in:
syl20bnr 2013-03-22 00:06:11 -04:00
commit 3744a2b3f9

View file

@ -28,7 +28,7 @@
(eval-after-load "projectile"
'(diminish 'projectile-mode "[⚑]"))
(eval-after-load "flymake-patch"
'(diminish 'flymake-mode "[]"))
'(diminish 'flymake-mode "[]"))
(eval-after-load "flyspell"
'(diminish 'flyspell-mode "[abc]"))
(eval-after-load "paredit"
@ -39,7 +39,6 @@
'(diminish 'yas-minor-mode "[♻]"))
)
;; Minor Mode (hidden) ------------------------------------------------------
(eval-after-load 'elisp-slime-nav