Skip to content

Commit

Permalink
keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoloZorzetto committed Sep 21, 2020
1 parent 402ee49 commit d629e81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions elegant-emacs-common.el
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ background color that is barely perceptible."
(format-mode-line (list
(propertize "" 'face `(:inherit mode-line-buffer-id)
'help-echo "Mode(s) menu"
'mouse-face 'mode-line-highlight
'local-map mode-line-major-mode-keymap)
'mouse-face 'mode-line-highlight)
" %b "
(if (and buffer-file-name (buffer-modified-p))
(propertize "(modified)" 'face `(:inherit face-faded)))))
Expand Down

0 comments on commit d629e81

Please sign in to comment.