Skip to content

Instantly share code, notes, and snippets.

@hugoduncan
Created March 2, 2012 21:16
Show Gist options
  • Save hugoduncan/1961474 to your computer and use it in GitHub Desktop.
Save hugoduncan/1961474 to your computer and use it in GitHub Desktop.
paredit with {}
(when (and (featurep 'paredit) paredit-mode (>= paredit-version 21))
(define-key clojure-mode-map "{" 'paredit-open-curly)
(define-key clojure-mode-map "}" 'paredit-close-curly))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment