Skip to content

Instantly share code, notes, and snippets.

@ryanpcmcquen
Created May 10, 2019 23:13
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 ryanpcmcquen/5c0961b862d5f13fb2dfe7108b7b00c0 to your computer and use it in GitHub Desktop.
Save ryanpcmcquen/5c0961b862d5f13fb2dfe7108b7b00c0 to your computer and use it in GitHub Desktop.
Disable `smartparens` on Emacs Prelude.

Add this to ~/.emacs.d/personal/custom.el (or some other file in ~/.emacs.d/personal/):

(add-hook 'prelude-prog-mode-hook (lambda () (smartparens-mode -1)) t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment