Skip to content

Instantly share code, notes, and snippets.

@stephenlauck
Created May 19, 2020 04:05
Show Gist options
  • Save stephenlauck/98be911d4dbb8c0f799f2bb691a6b117 to your computer and use it in GitHub Desktop.
Save stephenlauck/98be911d4dbb8c0f799f2bb691a6b117 to your computer and use it in GitHub Desktop.
Emacs Settings
;; disable auto-save and auto-backup
(setq auto-save-default nil)
(setq make-backup-files nil)
;; set to dark mode
(setq frame-background-mode 'dark)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment