Created
February 7, 2014 04:19
-
-
Save jasonblewis/8857323 to your computer and use it in GitHub Desktop.
my smartparens config
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
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