Last active
November 7, 2015 10:50
-
-
Save bananita/97c349edf8fd4cce8f04 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(global-hl-line-mode 1) | |
(set-face-background 'hl-line "#3e4446") | |
(set-face-foreground 'highlight nil) | |
(transient-mark-mode 1) | |
(set-face-background 'region "white") | |
(set-face-foreground 'region "blue") | |
(set-face-background 'highlight "white") | |
(set-face-foreground 'highlight "blue") | |
(setq make-backup-files nil) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment