Skip to content

Commit

Permalink
Fix the problem powerline's separators looked ugly
Browse files Browse the repository at this point in the history
  • Loading branch information
kissge committed Nov 10, 2015
1 parent 3910e40 commit 8b247dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inits/03-design.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
(add-hook 'find-file-hooks '(lambda () (if font-lock-mode nil (font-lock-mode t))))

(el-get-bundle! milkypostman/powerline
;; bad hack :( ... see https://github.com/milkypostman/powerline/issues/54
(custom-set-variables '(ns-use-srgb-colorspace nil))

(defface powerline-active1-tramp '((t (:inherit mode-line))) "" :group 'powerline)
(defface powerline-active2-tramp '((t (:inherit mode-line))) "" :group 'powerline)
(set-face-attribute 'mode-line nil
Expand Down

0 comments on commit 8b247dc

Please sign in to comment.