Created
April 22, 2020 05:49
-
-
Save donilan/10b1561b0239e694d14a67dfdea03ff6 to your computer and use it in GitHub Desktop.
init emacs, no tail file
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
cat <<EOF > ~/.emacs | |
(custom-set-variables | |
'(auto-save-default nil) | |
'(create-lockfiles nil) | |
'(make-backup-files nil)) | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment