Created
May 19, 2020 04:05
-
-
Save stephenlauck/98be911d4dbb8c0f799f2bb691a6b117 to your computer and use it in GitHub Desktop.
Emacs Settings
This file contains 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
;; 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