Skip to content

Instantly share code, notes, and snippets.

@uk-ar
Created March 11, 2013 21:37
Show Gist options
  • Save uk-ar/5138007 to your computer and use it in GitHub Desktop.
Save uk-ar/5138007 to your computer and use it in GitHub Desktop.
(defun my-hook-function ()
(add-to-list 'flex-autopair-pairs '(?\" . ?\")))
(add-hook 'nxml-mode-hook 'my-hook-function)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment