Bozhidar Batsov
ef115319f7
Merge pull request #871 from dgtized/core-isearch-occur
...
isearch-occur is included in emacs core upstream
2015-07-06 11:20:14 +03:00
Charles Comstock
a8a83aeb5e
isearch-occur is included in emacs core upstream
...
Looks like it was originally incorporated in 2007,
6e3057bbed
.
Technically this is bound to `M-s o` by default, but `C-o` is a nice shortcut.
2015-07-06 03:01:18 -05:00
Bozhidar Batsov
d073402257
Merge pull request #868 from tarsius/magit-next
...
Support version 2.1.0 of Magit
2015-07-02 00:12:37 +03:00
Bozhidar Batsov
afa6ce98c0
Merge pull request #867 from leafac/master
...
Fix quotes in LaTeX
2015-06-28 10:59:58 +02:00
Jonas Bernoulli
7fa9fd160c
Bind C-x M-g to magit-dispatch-popup
2015-06-27 16:19:57 +02:00
Jonas Bernoulli
5e487e5f85
Don't add COMMIT_EDITMSG to recentf-exclude
...
Loading `git-commit.el' now already does that.
2015-06-27 16:17:29 +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
e65c39e985
Merge pull request #859 from dfc/patch-1
...
use https when piping to sh for install
2015-06-11 07:55:01 +02:00
Douglas Calvert
c06c78f964
use https when piping to sh for install
2015-06-04 12:42:29 -04:00
Bozhidar Batsov
fe7997bc6e
Merge branch 'master' of github.com:bbatsov/prelude
2015-05-22 08:52:22 +03:00
Bozhidar Batsov
2b6615381d
[ Fix #827 ] Make it possible to disable the tips
2015-05-22 08:51:47 +03:00
Bozhidar Batsov
25ad11c759
Use jump to word or subword by default
2015-05-22 08:51:32 +03:00
Bozhidar Batsov
8bd317e2b6
Merge pull request #852 from RadicalZephyr/owned-files
...
Don't open a file as root if it is owned by the current user
2015-05-17 01:04:29 +03:00
Geoff Shannon
67cf26cbbd
Don't open a file as root if it is owned by the current user
...
Fixes #839 .
The reasoning behind this is that if we own a file, we can change it's
permissions with `chmod` so there's probably a good reason it's not
writable.
2015-05-16 13:36:11 -07:00
Bozhidar Batsov
600c53ff7b
Merge pull request #849 from RadicalZephyr/optional-theme
...
Make it possible to stop prelude loading any theme at all
2015-05-16 22:59:53 +03:00
Bozhidar Batsov
1a8b4ebd47
Merge pull request #851 from RadicalZephyr/advice->hook
...
Reopen file as root: advice -> hook
2015-05-16 22:59:25 +03:00
Geoff Shannon
cd9ea1edee
Change how the "re-open file as root" functionality works
...
Fixes #850
Use find-file-hook instead of advising ido-find-file.
2015-05-16 12:47:09 -05:00
Geoff Shannon
61d45f8e6e
Extract a function for reopening a file as root
2015-05-16 12:41:55 -05:00
Geoff Shannon
b4717ca5b3
Make it possible to stop prelude loading any theme at all
...
Fixes #844 .
2015-05-16 11:15:03 -05:00
Bozhidar Batsov
328dcadeac
Merge pull request #836 from demon386/master
...
Don't disable which-function-mode in Python
2015-05-16 13:09:49 +03:00
Bozhidar Batsov
04a663fa45
[ Fix #847 ] Restore ace-window
2015-05-12 21:56:43 +03:00
Bozhidar Batsov
7a5e798d03
Track upstream changes in avy
2015-05-11 12:44:30 +03:00
Bozhidar Batsov
b2947f2164
Replace ace-jump-mode with avy
2015-05-09 13:02:43 +03:00
M. Tong
c8b33df811
Don't disabling which-function-mode in Python
2015-04-17 17:08:21 +08:00
Bozhidar Batsov
30fea6d9d6
Merge pull request #825 from pronobis/ad-handle-definition
...
Fixed the problem with ido/untabify defadvice triggering got redefined error
2015-04-17 00:04:40 +03:00
Bozhidar Batsov
4e807b8d5f
Merge pull request #834 from tmccombs/slime-repl-fix
...
Improve slime repl
2015-04-17 00:03:18 +03:00
Bozhidar Batsov
148a35a845
Merge pull request #840 from wujiang/patch-1
...
Enable the mode in a definite way
2015-04-17 00:02:19 +03:00
Wu Jiang
01569fa13f
Enable the mode in a definite way
...
`(anaconda-mode)` is to toggle the mode on/off.
2015-04-16 13:14:34 -04:00
Bozhidar Batsov
dbfe0df1d0
Use sbcl in the absence of ccl on OS X
2015-04-05 21:06:47 +03:00
Thayne McCombs
4fe5752a8d
Improve slime repl
...
This enables the slime-fancy contribs for slime, and no longer enables
rainbow-delimiters for the slime repl.
rainbow-delimiters doesn't seem to work with the slime-repl anyway, and
messes up all of the other colors.
2015-03-22 23:05:37 -06:00
Bozhidar Batsov
5d25782b6d
Merge pull request #823 from swaroopch/super_dot
...
Add tip on keyboard shortcut for ace-jump-mode
2015-03-18 08:34:45 +02:00
Swaroop
bcde6a59bd
Add tip on keyboard shortcut for ace-jump-mode
2015-03-17 22:10:04 -07:00
Bozhidar Batsov
52cac5937f
Merge pull request #830 from marknsikora/cmake
...
Auto install cmake-mode
2015-03-17 01:19:05 +02:00
Mark Sikora
3e536efb2d
Auto install cmake-mode
2015-03-16 17:27:36 -04:00
Bozhidar Batsov
eeec7a45f6
Merge pull request #829 from swaroopch/patch-1
...
Enable ERC spell mode only if prelude-flyspell
2015-03-16 08:02:04 +02:00
Swaroop C H
c572d7cb8f
Enable ERC spell mode only if prelude-flyspell
2015-03-15 20:04:32 -07:00
Andrzej Pronobis
925ed507b1
Fixed the problem with ido/untabify defadvice triggering got redefined error
2015-03-12 20:26:20 -07:00
Bozhidar Batsov
b24bea01bf
Merge pull request #822 from swaroopch/patch-1
...
Add tip on keyboard shortcut to open recent file
2015-03-09 09:04:45 +02:00
Swaroop C H
e3831fc993
Add tip on keyboard shortcut to open recent file
2015-03-09 00:04:03 -07:00
Bozhidar Batsov
71f2d5d546
Merge pull request #821 from swaroopch/patch-2
...
Add Prelude tip on keyboard shortcut to join lines
2015-03-09 08:56:15 +02:00
Swaroop C H
cdc4314081
Add Prelude tip on keyboard shortcut to join lines
2015-03-08 23:51:27 -07:00
Bozhidar Batsov
2a084bf670
Merge pull request #818 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.md
2015-03-03 23:19:53 +02:00
The Gitter Badger
2f8abb7ce7
Added Gitter badge
2015-03-03 21:17:40 +00:00
Bozhidar Batsov
c2da437aa4
Update copyright years
2015-03-03 13:04:34 +02:00
Bozhidar Batsov
3cce890934
Kill some tabs
2015-03-03 13:02:57 +02:00
Bozhidar Batsov
19f71e5937
[ Fix #813 ] Add missing smartrep require
2015-02-22 20:25:34 +02:00
Bozhidar Batsov
dc861b7c8b
[ Fix #798 ] Prompt for confirmation in prelude-kill-other-buffers
2015-02-13 09:53:07 +02:00
Bozhidar Batsov
2a386116f1
Use gfm-mode instead of plain markdown-mode
2015-02-10 13:16:33 +02:00
Bozhidar Batsov
e58e0bef5e
Switch the bindings for zop-to-char and zop-up-to-char
2015-02-07 12:47:31 +02:00
Bozhidar Batsov
8fd5b0db53
Add the zop-to-char package
2015-02-07 12:46:05 +02:00