Skip to content

Instantly share code, notes, and snippets.

@austinyun
Created June 29, 2012 09:52
Show Gist options
  • Save austinyun/3016992 to your computer and use it in GitHub Desktop.
Save austinyun/3016992 to your computer and use it in GitHub Desktop.
Make Vim Autoclose stop autoclosing apostrophes so you can quote things in lisps
" MAKE SURE you're using the updated/maintained version https://github.com/Townk/vim-autoclose
" and not the one just called AutoClose from vim.org, or this doesn't work.
" Check my vimrc for details ( http://github.com/austinyun/dotfiles/blob/master/.vimrc )
autocmd FileType lisp,clojure let b:AutoClosePairs = AutoClose#DefaultPairsModified("", "'")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment