Skip to content

Instantly share code, notes, and snippets.

@jasonblewis
Created February 7, 2014 04:19
Show Gist options
  • Save jasonblewis/8857323 to your computer and use it in GitHub Desktop.
Save jasonblewis/8857323 to your computer and use it in GitHub Desktop.
my smartparens config
in init.el
;;; smartparens stuff
(smartparens-global-mode t)
(require 'smartparens-config)
(load "init-smartparens")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment