Skip to content

Instantly share code, notes, and snippets.

@bananita
Last active November 7, 2015 10:50
Show Gist options
  • Save bananita/97c349edf8fd4cce8f04 to your computer and use it in GitHub Desktop.
Save bananita/97c349edf8fd4cce8f04 to your computer and use it in GitHub Desktop.
(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