Tu Do
241fcc76d6
Set prefix key before loading helm-projectile
...
Because helm-projectile loads helm-config, prefix key must also be set
before helm-projectile. Comment is added for future reference
2014-09-10 14:53:29 +07:00
Bozhidar Batsov
ce006a3beb
Merge pull request #683 from tuhdo/master
...
Adjust Helm prefix key
2014-09-10 10:44:01 +03:00
Tu Do
9ee54fdff7
Adjust Helm prefix key
...
helm-command-prefix-key is already defined with defcustom in
helm-config.el. It must be set before helm-config.el to take
effect. With current setting, "C-x c" is used instead of "C-c h" and it
conflicts with the guide on homepage. "C-x c" makes it easy to press
"C-x C-c" to close Emacs when pressing fast enough. "C-c h" is also
originally used for Helm in Prelude.
2014-09-10 14:01:14 +07:00
Bozhidar Batsov
99f1a43752
Merge pull request #641 from avsej/evil-visual-shift
...
Keep selection after visual shift
2014-09-10 09:41:48 +03:00
Bozhidar Batsov
8f6be483a8
Merge pull request #682 from Fanael/master
...
Tell savehist to actually save "search-ring"
2014-09-10 09:40:45 +03:00
Bozhidar Batsov
b0ecc68523
Merge pull request #676 from toctan/helm-cleanup
...
Slim helm module
2014-09-10 09:40:06 +03:00
Fanael Linithien
502b82eb52
Tell savehist to actually save "search-ring"…
...
…instead of "search" and "ring".
2014-09-09 19:18:20 +02:00
Bozhidar Batsov
b1dab44cfc
Merge pull request #680 from toctan/fix-open
...
Fix prelude-open-with on gnu/linux/freebsd
2014-09-08 08:13:08 +03:00
toctan
108adcdbc3
Fix prelude-open-with on gnu/linux/freebsd
2014-09-08 10:56:35 +08:00
toctan
3dd60e5106
Slim helm module
...
- Keep only the basic configurations
- Code style
2014-09-07 09:22:38 +08:00
Bozhidar Batsov
10011d66d0
Merge pull request #670 from toctan/helm-cleanup
...
Helm cleanup
2014-09-04 19:41:21 +03:00
toctan
343ea5bc74
Typo & Code style
2014-09-05 00:31:48 +08:00
toctan
0f1f82fc86
Check if curl is available
2014-09-05 00:31:48 +08:00
toctan
8f028ffb89
Remove unnecessary helm configuration code
...
There options are already the default.
2014-09-05 00:31:48 +08:00
toctan
013919ff75
Do not mess up with Ido's option in helm module
2014-09-05 00:31:48 +08:00
Bozhidar Batsov
b686c6f126
Merge pull request #669 from toctan/fix-prelude-open-with
...
Fix prelude-open-with
2014-09-04 19:27:06 +03:00
toctan
933fed932f
Fix prelude-open-with
...
Currently, `prelude-open-with` does not work with files whose name has a
space or non-ascii character in it. I guess `shell-quote-argument` is
not needed for `start-process`.
I also refactor the code a little bit, and since we dot not care about
the output of `open`, so I removed the buffer name passed to `start-process`
2014-09-04 23:37:24 +08:00
Bozhidar Batsov
1d52d90af9
Merge pull request #668 from toctan/indent-sensitive
...
Do not auto indent in conf-mode and yaml-mode
2014-09-04 17:21:52 +03:00
toctan
2596e88803
Do not auto indent in conf-mode and yaml-mode
2014-09-04 22:20:38 +08:00
Bozhidar Batsov
8cf9acc155
Merge pull request #667 from toctan/anaconda
...
Add anaconda-mode for python
2014-09-04 15:11:29 +03:00
Bozhidar Batsov
8a3e58ac86
Merge pull request #647 from ToBeReplaced/prelude-yaml
...
Add prelude-yaml
2014-09-04 14:08:52 +03:00
Bozhidar Batsov
4c856b3fb8
Merge pull request #661 from tuhdo/master
...
Add Helm to the table of contents and move some packages to helm-everywhere
2014-09-04 11:57:22 +03:00
Tu Do
2f815d777e
Update README and move some packages to helm-everywhere
...
Add Helm to table of contents and move helm-descbinds and helm-eshell to
helm-everywhere module.
2014-09-04 10:07:07 +07:00
toctan
6f72bdfd32
Add anaconda-mode for python
2014-09-04 09:49:07 +08:00
Bozhidar Batsov
6835a4ee96
Merge pull request #658 from tuhdo/master
...
Enable prelude-global-helm-global-mode by default
2014-09-02 09:41:24 +03:00
Tu, Do
72d0e6f159
Enable prelude-global-helm-global-mode by default
...
Since Helm is another option to Ido, users who want to use it fully
should benefit from the default Prelude setup. If some users don't like,
they can always disable global Helm mode according to the instructions
in the homepage. User can enable Helm everywhere with
prelude-helm-everywhere.
This change also enables Helm version of command history in shell and
eshell. It also adds minibuffer history without overrides any key
binding in minibuffer-local-map.
2014-09-02 13:30:18 +07:00
Bozhidar Batsov
e37fac9b4a
Merge branch 'master' of github.com:bbatsov/prelude
2014-09-01 11:56:14 +03:00
Bozhidar Batsov
50e430f2e6
Enable which-function-mode for all major modes
2014-09-01 11:55:43 +03:00
Bozhidar Batsov
0cccfb8487
Merge pull request #655 from toctan/python-imenu
...
Flat index with python imenu
2014-08-31 18:28:57 +03:00
Bozhidar Batsov
c4995d8ec7
Merge pull request #651 from k1-hedayati/added-some-forgotten-keys-to-readme
...
Added some forgotten keys to README
2014-08-31 18:26:54 +03:00
Bozhidar Batsov
07a312f188
Merge pull request #657 from tuhdo/master
...
Allow enable/disable global helm key bindings
2014-08-31 13:41:37 +03:00
Tu, Do
10b045c29a
Allow enable/disable global helm key bindings
...
Since some users prefer using default Prelude commands, a new global
mode is defined: prelude-global-helm-mode. When activate, Helm binds
some global key bindings to its own commands. When deactivate, Helm
removes the bindings and Prelude uses the default bindings.
2014-08-31 01:54:33 +07:00
toctan
e379c876c2
Flat index with python imenu
2014-08-30 23:30:16 +08:00
Bozhidar Batsov
d74147f618
Merge pull request #653 from tuhdo/master
...
Improve Helm configuration
2014-08-30 12:30:10 +03:00
Tu, Do
bde6bb0d37
Improve Helm configuration
...
The current prelude-helm only uses a single command of Helm, which
is a waste given how Helm contains many other commands. When
prelude-helm is activated, users should be able to utilize all of these
useful commands. If a user wants to use Helm, he will want to use all of
its features anyway.
prelude-helm is configured that it is able to be used with this [guide](http://tuhdo.github.io/helm-intro.html ).
2014-08-30 16:08:52 +07:00
Bozhidar Batsov
5b4b911b02
Merge branch 'master' of github.com:bbatsov/prelude
2014-08-28 18:41:05 +03:00
Bozhidar Batsov
35c0937784
Use anzu for query-replace
2014-08-28 18:40:43 +03:00
Keyvan Hedayati
34103f98c0
Fixed some mistakes in README
2014-08-26 16:11:48 +04:30
Keyvan Hedayati
a8f898fecd
Added some forgotten keys to README
2014-08-26 09:45:55 +04:30
Bozhidar Batsov
12a3fb84e3
Merge pull request #649 from k1-hedayati/update-readme-for-smex-major-mode-binding
...
Added M-X to README
2014-08-25 14:30:17 +03:00
Keyvan Hedayati
e0df69013f
Added M-X to README [ Close #621 ]
2014-08-25 14:57:20 +04:30
ToBeReplaced
e01dfddcdb
Add prelude-yaml
2014-08-24 22:58:10 -06:00
Bozhidar Batsov
a52cdc83ee
Merge pull request #646 from hron/update-documentation-for-projectile-keys
...
Update documentation and tips for projectile keys
2014-08-24 10:23:25 +03:00
Aleksei Gusev
6f05616b60
Update documentation and tips for projectile keys
2014-08-24 10:17:47 +03:00
Bozhidar Batsov
31179a44bb
Merge pull request #644 from toctan/python
...
Better python mode defaults
2014-08-20 16:58:25 +03:00
toctan
17cf2c710a
Insert magic encoding comment upon save
2014-08-20 21:45:25 +08:00
toctan
41e153058c
Automatically newline with block start
2014-08-20 16:12:29 +08:00
toctan
6283c1afd7
Turn on electric indent mode with python mode
2014-08-20 16:07:55 +08:00
Bozhidar Batsov
563e29aa0c
Merge pull request #642 from tow8ie/remove-old-keymap-documentation
...
Remove old keymap documentation
2014-08-19 20:13:49 +03:00
Tobias Adam
7bcfcf6b21
Remove two keybinding tips concerning Super
...
- <s-f> was removed in commit d49a8e9a16
.
- <s-m> was removed in commit 0e1632868e
.
2014-08-14 14:28:05 +02:00