diff options
author | David Robillard <d@drobilla.net> | 2017-12-09 12:12:00 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-12-09 12:12:00 +0100 |
commit | ba9b689daa4efff414bb783be1f722bb39ab457c (patch) | |
tree | 8734b63bf24a728272e8afaab98803035007c0ea /emacs.d | |
parent | 6c8e81247fc659d924eba2a1c31870a02e649986 (diff) | |
download | dotfiles-ba9b689daa4efff414bb783be1f722bb39ab457c.tar.gz dotfiles-ba9b689daa4efff414bb783be1f722bb39ab457c.tar.bz2 dotfiles-ba9b689daa4efff414bb783be1f722bb39ab457c.zip |
Fix modeline colours on MacOS
Diffstat (limited to 'emacs.d')
-rw-r--r-- | emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 5e989cd..1de2825 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -191,6 +191,7 @@ '(magit-auto-revert-mode nil) '(magit-diff-refine-hunk (quote all)) '(menu-bar-mode nil) + '(ns-use-srgb-colorspace nil) '(package-selected-packages (quote (auctex clang-format counsel-gtags counsel-projectile dired+ dired-rainbow flyspell-correct-ivy ggtags glsl-mode ivy magit markdown-mode n3-mode pdf-tools projectile spaceline swift-mode use-package))) |