Commit graph

1518 commits

Author SHA1 Message Date
Bozhidar Batsov a952afdb7f Merge pull request #914 from brianloveswords/patch-1
Update README.md
2015-10-02 09:29:59 +03:00
Brian J Brennan c70324bed8 Update README.md
Just updating README for latest version of Emacs
2015-10-01 13:32:49 -04:00
Bozhidar Batsov 5b0c51d0ed Merge pull request #905 from toctan/fix-kill-region-ad
[Fix #902] Fix kill-region advice
2015-09-10 19:55:31 +03:00
toctan 2160bd34a5 [Fix #902] Fix kill-region advice 2015-09-10 16:30:30 +08:00
Bozhidar Batsov 07dc2d1c5d Merge pull request #900 from toctan/fix-kill-region-ad
fix kill-region advice, close bbatsov/prelude#899
2015-09-06 11:31:12 +03:00
toctan 535e054208 [Fix #899] Make the kill-region advice play nice with rectangle-mark-mode 2015-09-06 13:57:15 +08:00
Bozhidar Batsov 4fd85a4e40 Merge pull request #888 from CNBorn/stylus-mode
Add stylus-mode auto installation
2015-09-06 08:55:44 +03:00
Bozhidar Batsov 19cf3dc375 Merge pull request #901 from toctan/trash
Respect `delete-by-moving-to-trash` with `prelude-delete-file-and-buffer`
2015-09-05 11:22:10 +03:00
toctan e28d03818d Respect delete-by-moving-to-trash
close bbatsov/prelude#864
2015-09-03 23:45:46 +08:00
Tyler Xing 8e81a3c712 Add stylus-mode auto installation 2015-08-23 11:15:11 -04:00
Bozhidar Batsov bcdc411744 Merge pull request #890 from CNBorn/patch-1
add json-mode auto installation
2015-08-05 08:18:41 +03:00
Tyler Xing e2d8b9946e add json-mode auto installation 2015-08-04 22:41:12 -04:00
Bozhidar Batsov 4ea6d30dc2 Merge pull request #885 from ankhers/haskell_indentation_function_obsolete
Replace a couple of obsolete haskell-mode functions
2015-07-30 18:49:00 +02:00
Justin Wood 4f07b6a2f6 Replace a couple of obsolete haskell-mode functions
* `turn-on-haskell-indentation` has been marked obsolete in favour of
  `haskell-indentation-mode`

* `turn-on-haskell-doc-mode` has been marked obsolete in favour of
  `haskell-doc-mode`
2015-07-30 12:40:10 -04:00
Bozhidar Batsov 9ffbf9eedc Merge branch 'master' of github.com:bbatsov/prelude 2015-07-28 07:52:44 +03:00
Bozhidar Batsov 8ef0d48991 Use the current theme's faces for smart-mode-line
Auto-detecting faces is not bad, but nothing beats manually
tuned theme faces.
2015-07-28 07:51:00 +03:00
Bozhidar Batsov 29b52264f2 Merge pull request #872 from hbin/add-ruby-auto-mode-alist
Use ruby-mode for .cap files
2015-07-22 10:39:36 +03:00
Bin Huang c97f910efd Use ruby-mode for .cap files 2015-07-22 15:23:40 +08:00
Bozhidar Batsov 1e0911c720 [Fix #884] Adopt smart-mode-line 2015-07-21 14:35:35 +03:00
Bozhidar Batsov b4d4b1e3f9 Merge pull request #883 from dougm/go-oracle
Remove go-oracle-mode hook
2015-07-18 22:15:41 +03:00
Doug MacEachern 2fe4fe5987 Remove go-oracle-mode hook
See golang/tools@68b5f75

Loading of go-oracle is now taken care of by go-projectile

Fixes issue #854
2015-07-18 11:12:29 -07:00
Bozhidar Batsov 605d9aa3de magit-blame-mode -> magit-blame 2015-07-12 00:07:39 +03:00
Bozhidar Batsov 4236acd5b5 Merge branch 'master' of github.com:bbatsov/prelude 2015-07-11 15:26:24 +03:00
Bozhidar Batsov 5c009999be magit-file-log -> magit-log-buffer-file 2015-07-11 15:25:41 +03:00
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