Skip to content

Commit

Permalink
Fix long-standing powerline issue with arrows
Browse files Browse the repository at this point in the history
Thanks to this issue: milkypostman/powerline#54
  • Loading branch information
tejasbubane committed Jan 30, 2018
1 parent 574ec04 commit 6c0a974
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/powerline-config.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
(use-package powerline
:config
(powerline-default-theme))
:config
(setq powerline-image-apple-rgb t)
(powerline-default-theme))


(provide 'powerline-config)

0 comments on commit 6c0a974

Please sign in to comment.