Created
June 8, 2016 07:24
-
-
Save tonini/699848a96525e242fdb142e701c8bded to your computer and use it in GitHub Desktop.
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
(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