Skip to content

Instantly share code, notes, and snippets.

@tonini
Created June 8, 2016 07:24
Show Gist options
  • Save tonini/699848a96525e242fdb142e701c8bded to your computer and use it in GitHub Desktop.
Save tonini/699848a96525e242fdb142e701c8bded to your computer and use it in GitHub Desktop.
(defcustom blink-matching-paren t
"Non-nil means show matching open-paren when close-paren is inserted.
If t, highlight the paren. If `jump', move cursor to its position."
:type '(choice
(const :tag "Disable" nil)
(const :tag "Highlight" t)
(const :tag "Move cursor" jump))
:group 'paren-blinking)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment