Skip to content

Instantly share code, notes, and snippets.

@donilan
Created April 22, 2020 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donilan/10b1561b0239e694d14a67dfdea03ff6 to your computer and use it in GitHub Desktop.
Save donilan/10b1561b0239e694d14a67dfdea03ff6 to your computer and use it in GitHub Desktop.
init emacs, no tail file
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