abo-abo / eclipse-theme

Eclipse theme for Emacs
22 stars 6 forks source link

Powerline Mode Line #7

Closed it6 closed 7 years ago

it6 commented 7 years ago

I am on Mac OSX Sierra I installed eclipse theme along with powerline font Dejavu Mono, but my modeline still looks normal.

screen shot 2017-08-05 at 3 43 55 pm

Is there anything else I need to do, I like the power line fonts in the mode line.

abo-abo commented 7 years ago

Install powerline.

(when (image-type-available-p 'xpm)
  (use-package powerline
      :config
    (setq powerline-display-buffer-size nil)
    (setq powerline-display-mule-info nil)
    (setq powerline-display-hud nil)
    (when (display-graphic-p)
      (powerline-default-theme)
      (remove-hook 'focus-out-hook 'powerline-unset-selected-window))))