Skip to content

Instantly share code, notes, and snippets.

@zc00gii
Created August 29, 2010 04:35
Show Gist options
  • Save zc00gii/555966 to your computer and use it in GitHub Desktop.
Save zc00gii/555966 to your computer and use it in GitHub Desktop.
(paredit-mode t)
(turn-on-eldoc-mode)
(eldoc-add-command
'paredit-backward-delete
'paredit-close-round)
(local-set-key (kbd "RET") 'electrify-return-if-match)
(eldoc-add-command 'electrify-return-if-match)
(show-paren-mode t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment