Fix the mode-line
This commit is contained in:
parent
e7d4bd426e
commit
702624395d
1 changed files with 1 additions and 1 deletions
2
empc.el
2
empc.el
|
|
@ -332,7 +332,7 @@ commands send as command_list."
|
|||
ARG is nil."
|
||||
(interactive "p")
|
||||
(if arg
|
||||
(add-to-list 'global-mode-string 'empc-mode-line-string)
|
||||
(setq global-mode-string (append global-mode-string '(empc-mode-line-string)))
|
||||
(setq global-mode-string (remove 'empc-mode-line-string global-mode-string))))
|
||||
|
||||
(defun empc-initialize ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue