From e395953062cbb4becb0ad9f947dd771d3a3efac1 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 24 Aug 2016 10:33:10 -0700 Subject: [PATCH] Disable sRGB colorspace This makes powerline separators look okay in GNU Emacs on OSX --- dotfiles/emacs.d/README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 02cce40a..00dbf2b0 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3757,6 +3757,11 @@ Ensure all themes that I use are installed: (ensure-packages-installed packages-appearance) #+END_SRC ** 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 (use-package spaceline-config :ensure spaceline