Disable sRGB colorspace
This makes powerline separators look okay in GNU Emacs on OSX
This commit is contained in:
parent
202ae6c463
commit
e395953062
@ -3757,6 +3757,11 @@ Ensure all themes that I use are installed:
|
|||||||
(ensure-packages-installed packages-appearance)
|
(ensure-packages-installed packages-appearance)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** spaceline
|
** spaceline
|
||||||
|
*** Disable sRGB colorspace to make powerline separators work
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq ns-use-srgb-colorspace nil)
|
||||||
|
#+END_SRC
|
||||||
|
*** config
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package spaceline-config
|
(use-package spaceline-config
|
||||||
:ensure spaceline
|
:ensure spaceline
|
||||||
|
Loading…
Reference in New Issue
Block a user