emacs-prelude/modules
Leandro Facchinetti b774a24110 Fix quotes in LaTeX
With a default installation of Prelude and the `prelude-latex` package
enabled, when the user types `"` on a LaTeX document the following shows
up:

```
``|'
```

where the `|` is the point.

Note that the parenthesis are unbalanced, there's a missing single quote
`'` in the end.

The reason seems to be that both AUCTeX and SmartParens try to
autocomplete and they interact bad.

The solution is to disable AUCTeX autocompletion feature just for the
quotes and let SmartParens take over. It does the right thing by putting
the point on the right place and removing the closing quotes if the user
hits backspace.
2015-06-26 18:08:39 -04:00
..
doc elixir module 2014-12-12 22:32:47 +01:00
prelude-c.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-clojure.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-coffee.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-common-lisp.el Merge pull request #834 from tmccombs/slime-repl-fix 2015-04-17 00:03:18 +03:00
prelude-company.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-css.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-elixir.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-emacs-lisp.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-erc.el Enable ERC spell mode only if prelude-flyspell 2015-03-15 20:04:32 -07:00
prelude-erlang.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-evil.el Replace ace-jump-mode with avy 2015-05-09 13:02:43 +03:00
prelude-go.el Add key bindings for godoc 2014-06-18 08:41:35 -07:00
prelude-haskell.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-helm-everywhere.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-helm.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-ido.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-js.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-key-chord.el Replace ace-jump-mode with avy 2015-05-09 13:02:43 +03:00
prelude-latex.el Fix quotes in LaTeX 2015-06-26 18:08:39 -04:00
prelude-lisp.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-mediawiki.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-ocaml.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-org.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-perl.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-programming.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-python.el Don't disabling which-function-mode in Python 2015-04-17 17:08:21 +08:00
prelude-ruby.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-scala.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-scheme.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-scss.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-shell.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-web.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-xml.el Update copyright years 2015-03-03 13:04:34 +02:00
prelude-yaml.el Update copyright years 2015-03-03 13:04:34 +02:00