jonathanchu / emacs-powerline

Powerline for Emacs
497 stars 37 forks source link

Small fix and input-method displaying support suggestion #22

Closed zarkone closed 10 years ago

zarkone commented 10 years ago

Fixed [GNU Emacs 24.3.50.1]:

(lambda (dl) ...) quoted with ' rather than with #'
(lambda (mm) ...) quoted with ' rather than with #'

Added input-method displaying like in standart modeline.

jonathanchu commented 10 years ago

Thank you @zarkone! :+1: