Commit graph

1050 commits

Author SHA1 Message Date
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
Bozhidar Batsov 72d11bdddd Merge pull request #749 from lexa/emacsclient_advice
Added helper to open file with emacsclient using filename:line path
2014-12-01 07:15:41 +02:00
lexa 8c55c6f4bb Added helper to open file with emacsclient using filename:line path
Most of console-based utilities prints filename in format
"filename:linenumber". So you may wish to open filename in that format.
This little 'advice' can do that. Just call

emacsclient filename:linenumber

and cursor will be positioned on requested line
2014-11-30 22:18:25 +03:00
Bozhidar Batsov cba761c212 Merge pull request #737 from dougm/term-buffer-name
Add prelude-term-buffer-name variable
2014-11-23 21:02:25 +02:00
Doug MacEachern 4517a2f594 Add prelude-term-buffer-name variable
This provides multi-term support via .dir-locals.el for example.
2014-11-14 16:40:00 -08:00
Bozhidar Batsov ec420534c2 Merge pull request #741 from tuhdo/master
Disable helm-quick-update
2014-11-14 10:56:07 +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 3a9ee203b8 Bind info-display-manual to C-h C-i 2014-11-13 15:58:28 +02: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
Bozhidar Batsov 32aa871467 Merge pull request #724 from RadicalZephyr/ocaml
Ocaml improvements
2014-10-30 18:08:05 +02:00
Bozhidar Batsov 9e92650ab9 Merge pull request #726 from biffhero/master
Two quick housekeeping changes
2014-10-26 11:04:16 +02:00
Bozhidar Batsov 6c3eb30687 Merge pull request #725 from marknsikora/melpa-org
Use new melpa.org address
2014-10-26 11:03:37 +02:00
biffhero 59305dfc6f Update prelude-packages.el
New URL, according to http://melpa.org/#/getting-started
2014-10-25 15:11:35 -07:00
biffhero 79e3250a9a Update README.md
New Emacs release.
2014-10-25 15:07:34 -07:00
Mark Sikora 0a0d179b4d Use new melpa.org address 2014-10-25 16:37:15 -04: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
Bozhidar Batsov 7fafb2021f Fix TOC 2014-10-24 17:27:46 +03:00
Bozhidar Batsov a9f62cf727 Merge pull request #715 from toctan/fix-electric
fix electric-layout-post-self-insert-function autoload
2014-10-17 09:44:35 +03:00
toctan 456e437496 fix electric-layout-post-self-insert-function autoload 2014-10-17 14:33:37 +08:00
Bozhidar Batsov a33c5f19d4 Merge pull request #714 from k1-hedayati/master
Added .kv to auto install list
2014-10-17 09:26:44 +03:00
Keyvan Hedayati df9dd065c9 Added .kv to auto install list
Kivy is a python framework for building desktop and android apps, it has a specific language called Kv language and files of this language should have `.kv` extension.
2014-10-16 23:54:28 +03:30
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
Bozhidar Batsov 37101cb867 Merge pull request #709 from toctan/theme
Custom theme via prelude-theme variable
2014-10-15 17:57:02 +03:00
toctan 28b9df0673 Custom theme via prelude-theme variable 2014-10-15 21:15:55 +08:00
Bozhidar Batsov b7c65e2dbd Merge pull request #713 from toctan/python-path
Copy env PYTHONPATH from shell
2014-10-15 13:56:47 +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
Bozhidar Batsov 8a8beadf58 Merge pull request #706 from toctan/thrift
Auto install thrift-mode
2014-10-11 08:51:01 +03:00
Bozhidar Batsov 8f45c91463 Merge pull request #708 from toctan/coffee
Clean up prelude-coffee.el
2014-10-11 08:50:44 +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
toctan 33481e5a7d Auto install thrift-mode 2014-10-11 11:14:23 +08:00
Tu Do 741cfb12e8 Helm cleanup
Such bindings prevent editing the *grep buffer.
2014-10-09 11:24:58 +07:00
Bozhidar Batsov 91f53c10ca Merge pull request #704 from tuhdo/master
Leaner Helm config and enable Helm version of Projectile commands
2014-10-08 18:49:24 +03:00
Tu, Do 41d312fea0 Leaner Helm config and enable Helm version of Projectile commands 2014-10-08 22:39:20 +07:00
Bozhidar Batsov 14e92d94b4 Merge pull request #698 from toctan/js-electric-layout-fix
Remove curly braces from js electric-layout-rules
2014-09-26 08:02:23 +03:00
toctan 0da2bd461c remove curly braces from js electric-layout-rules
fix #694
2014-09-26 10:28:07 +08:00
Bozhidar Batsov 764cf775d6 Merge pull request #697 from schasse/appraisals_is_ruby
Appraisals is a ruby file, too
2014-09-24 17:11:41 +03:00
schasse ab763dce6f Appraisals is a ruby file, too 2014-09-24 15:28:35 +02:00
Bozhidar Batsov 05759d63bc Merge pull request #696 from helgeblod/upstream
Fixed typo for the keyboard shortcut for running tests in the Readme
2014-09-24 12:55:57 +03:00
Jonas Helgemo 2c70614966 Fixed typo for keyboard shortcut in Readme 2014-09-24 11:40:07 +02:00