Commit graph

1508 commits

Author SHA1 Message Date
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
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