Skip to content

Instantly share code, notes, and snippets.

@isoraqathedh
Created December 3, 2017 19:11
Show Gist options
  • Save isoraqathedh/834042ba2ddc384cfd17acaff731c9a7 to your computer and use it in GitHub Desktop.
Save isoraqathedh/834042ba2ddc384cfd17acaff731c9a7 to your computer and use it in GitHub Desktop.
Spolsky white line fix
;; Add these faces to custom. I don't know how to set them otherwise.
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(window-divider ((t (:foreground "#161A1F"))))
'(window-divider-first-pixel ((t (:foreground "#161A1F"))))
'(window-divider-last-pixel ((t (:foreground "gray20")))))
(setq window-divider-default-right-width 1)
(window-divider-mode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment