Skip to content

Instantly share code, notes, and snippets.

@antoineMoPa
Created September 6, 2022 18:18
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 antoineMoPa/9088fdc2f7cf0c5a445f4bf8fd5b92a3 to your computer and use it in GitHub Desktop.
Save antoineMoPa/9088fdc2f7cf0c5a445f4bf8fd5b92a3 to your computer and use it in GitHub Desktop.

Starting emacs faster for git commit editing

This command line will make emacs start faster when used with git, avoiding your init file.

git config --global core.editor "emacs --no-init-file --no-splash" --replace-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment