Commit graph

20 commits

Author SHA1 Message Date
Bozhidar Batsov
d09630aefb Tweak some OS references 2018-05-06 13:35:38 +03:00
Bozhidar Batsov
bf57696835 Update the copyright years 2018-05-06 09:21:24 +03:00
Bozhidar Batsov
e0ca7c7003 Update the copyright years 2017-01-04 01:20:26 +02:00
Bozhidar Batsov
ebd6e9d591 Update the copyright years 2016-01-31 08:44:18 +02:00
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
Bozhidar Batsov
c2da437aa4 Update copyright years 2015-03-03 13:04:34 +02:00
Bozhidar Batsov
dc82375714 Update copyright years 2014-12-07 11:37:46 +02:00
Alexey Romanov
4666983a5e Add fast math entry methods 2014-07-19 10:57:19 +04:00
Alexey Romanov
27d74fe405 Company autocompletion for AUCTeX 2014-07-19 09:29:23 +04:00
Bozhidar Batsov
8a3e01cd32 [Fix #484] Set OS X specific latex settings conditionally 2014-02-06 10:36:01 +02:00
Bozhidar Batsov
dbe0ed889a Use prelude-require-packages everywhere 2013-11-26 12:52:29 +02:00
Bozhidar Batsov
1b922c52c2 [Fix #436] Enable smartparens-mode in latex-mode 2013-11-21 12:51:24 +02:00
Bozhidar Batsov
06d0c0c6ce [Fix #377] Require smartparens-latex in latex module 2013-09-02 18:42:58 +03:00
Bozhidar Batsov
00661efa2a A bit of cleanup and doc-string fixes 2013-03-07 09:57:33 +02:00
Bozhidar Batsov
9cfdb2694a cleaned up some package dependency stuff 2013-01-02 14:26:54 +02:00
Bozhidar Batsov
269e9137ec updated copyright 2013-01-02 13:13:59 +02:00
Bozhidar Batsov
b01492e7ea moved back the prelude modules into the main Prelude project 2012-12-15 22:07:25 +02:00
Bozhidar Batsov
23f3853a95 extracted non-essential modules to a separate project 2012-04-17 17:35:21 +03:00
Perry Kundert
04b1fe44c3 Convert all prelude-*-mode-hooks into actual hooks (allow add-hook) 2012-02-27 14:32:19 -07:00
Bozhidar Batsov
4b9386b555 cleanup & small fixes 2011-10-11 00:38:10 +03:00
Renamed from prelude-latex.el (Browse further)