Samuel Tonini
da1bf0a787
elixir module
2014-12-12 22:32:47 +01:00
Geoff Shannon
1011fccaba
Update default opam commands to newest syntax
...
Newer versions of opam don't do argument parsing of the first argument
after `opam config exec` so everything needs to be passed as separate
arguments in the shell (i.e. unquoted).
2014-12-11 11:00:31 -05:00
Geoff Shannon
67082e77e3
Setup the new flycheck-ocaml syntax checker
2014-12-11 10:58:47 -05:00
Bozhidar Batsov
dc82375714
Update copyright years
2014-12-07 11:37:46 +02:00
Bozhidar Batsov
e13be254bb
Install SLIME from MELPA
2014-12-07 11:36:15 +02:00
Tu Do
310b98b973
Disable helm-quick-update
...
It is not needed anymore since helm-candidate-number-limit is
small (less than several thousands). If this is the case, then there's
no difference between quick update and no quick update execution time.
Enabling helm-quick-update makes helm buffer flashing for every entered
character to retrieve new candidate list, which would annoy user.
2014-11-14 15:39:06 +07:00
Bozhidar Batsov
21df465e4b
Remove custom erc notifications code
...
It should be replaced with the use of something like
https://github.com/jwiegley/alert
2014-11-05 12:56:12 +02:00
Geoff Shannon
350504521a
Improve ocaml module documentation
...
Add some documentation about environment assumptions, and correct some
grammar issues.
2014-10-24 14:35:41 -04:00
Geoff Shannon
3d85f4014c
Have tuareg mode set the compile command
...
to utilize corebuild via opam
2014-10-24 14:23:16 -04:00
toctan
456e437496
fix electric-layout-post-self-insert-function autoload
2014-10-17 14:33:37 +08:00
Bozhidar Batsov
4c7483cd79
Merge pull request #710 from pgmcgee/helm-everywhere-C-x-C-m
...
In helm-everywhere, bind "C-x C-m" to helm-M-x
2014-10-16 12:29:24 +03:00
Bozhidar Batsov
bc8e47984b
Merge pull request #712 from toctan/local-electric
...
Enable electric-layout-mode only with python-mode
2014-10-16 10:13:22 +03:00
toctan
71fe265293
exec-path-from-shell-copy-env PYTHONPATH
2014-10-15 18:30:17 +08:00
toctan
7a51853b05
Enable electric-layout-mode only with python-mode
2014-10-15 18:23:31 +08:00
Parker McGee
80b623432f
In helm-everywhere, bind "C-x C-m" to helm-M-x
2014-10-11 18:49:40 -04:00
Bozhidar Batsov
2440f7fda9
Merge pull request #707 from toctan/js2-mode
...
js2-mode is awesome
2014-10-11 08:53:42 +03:00
Bozhidar Batsov
5362e410c4
Merge pull request #705 from tuhdo/master
...
Helm cleanup
2014-10-11 08:51:21 +03:00
toctan
edd83dc60b
Add json-mode
2014-10-11 11:34:45 +08:00
toctan
fa64e27914
js2-mode is awesome
2014-10-11 11:34:38 +08:00
toctan
ca4797da79
Clean up prelude-coffee.el
2014-10-11 11:32:40 +08:00
Tu Do
741cfb12e8
Helm cleanup
...
Such bindings prevent editing the *grep buffer.
2014-10-09 11:24:58 +07:00
Tu, Do
41d312fea0
Leaner Helm config and enable Helm version of Projectile commands
2014-10-08 22:39:20 +07:00
toctan
0da2bd461c
remove curly braces from js electric-layout-rules
...
fix #694
2014-09-26 10:28:07 +08:00
schasse
ab763dce6f
Appraisals is a ruby file, too
2014-09-24 15:28:35 +02:00
Bozhidar Batsov
cd29262c36
Don't set scss-compile-at-save in the mode hook
2014-09-18 18:07:25 +03:00
Bozhidar Batsov
5bc3ceb6d1
Merge branch 'master' of github.com:bbatsov/prelude
2014-09-18 18:06:33 +03:00
Bozhidar Batsov
07ae0bc2b3
[ Fix #692 ] Don't set the default css indent in the css-mode-hook
2014-09-18 18:05:50 +03:00
toctan
0769eb5e7c
Fix newline after colon inside a list
2014-09-18 22:37:59 +08:00
Bozhidar Batsov
00d4587105
Fix
2014-09-14 09:14:20 +03:00
Bozhidar Batsov
438c3e5bdf
Move prelude-ido-goto-symbol to prelude-core
2014-09-14 09:13:16 +03:00
Bozhidar Batsov
fda768992e
[ Fix #663 ] Make guru-mode warn by default
2014-09-14 08:57:02 +03:00
Bozhidar Batsov
822a595a6b
Merge pull request #684 from tuhdo/master
...
Set Helm prefix key independent of Helm's packages
2014-09-13 20:06:27 +03:00
Tu Do
01cb638fad
Set Helm prefix key independent of Helm's packages
...
Since `helm-command-prefix-key' must be loaded before `helm-config', we
don't know if other Helm packages include `helm-config' and invalidate
custom prefix key. This change makes prefix binding independent from any
Helm package.
Conflicts:
modules/prelude-helm.el
2014-09-11 12:14:43 +07:00
Bozhidar Batsov
fca390003c
Enable subword-mode for yaml-mode
2014-09-10 17:56:00 +03:00
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
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
toctan
3dd60e5106
Slim helm module
...
- Keep only the basic configurations
- Code style
2014-09-07 09:22:38 +08: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
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
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