Bozhidar Batsov
157aff9e71
Merge pull request #773 from bronislav/patch-2
...
Don't create already existed directories
2015-01-10 23:05:21 +02:00
Bozhidar Batsov
93b7bed6ff
Merge pull request #772 from bronislav/patch-1
...
Fix condition for "if prelude alredy installed" in the installer
2015-01-10 23:05:03 +02:00
Anton Ilin
fd75032b24
Don't create already existed directories
...
This directories (`personal`, `vendor`, `themes`) already exist in the repository and thus don't need to be created during installation process.
2015-01-10 23:03:44 +02:00
Anton Ilin
52131e032c
Fix condition for "if prelude alredy installed"
...
We need check for file existence not for directory
2015-01-10 22:53:45 +02:00
Bozhidar Batsov
9cb8824bcf
Merge pull request #769 from lewang/patch-1
...
Reflect flx upstream variable name fix.
2015-01-07 08:41:13 +02:00
Le Wang
407eab30f1
Reflect flx upstream variable name fix.
2015-01-06 15:19:52 -05:00
Bozhidar Batsov
0d04a00c59
Merge pull request #765 from roryk/upstream
...
autosave undo history
2014-12-31 00:14:06 +02:00
roryk
63687ccb10
autosave undo history
2014-12-30 12:31:18 -05:00
Bozhidar Batsov
1aac0aba3e
Merge pull request #763 from marknsikora/protobuf
...
Auto install protobuf-mode
2014-12-24 22:29:39 +02:00
Mark Sikora
3832c6d82e
Auto install protobuf-mode
2014-12-24 14:38:32 -05:00
Bozhidar Batsov
76c2e99070
Merge pull request #761 from k1-hedayati/restore-kill-region-defadvice
...
[Fix #623 ] Restored kill-region defadvice
2014-12-22 09:10:26 +02:00
Bozhidar Batsov
f19aeda388
Merge pull request #762 from k1-hedayati/remove-ack
...
[Close #547 ] Removed ack-and-a-half from prelude
2014-12-22 09:09:42 +02:00
Keyvan Hedayati
bd97b03872
[ Close #547 ] Removed ack-and-a-half from prelude
2014-12-22 10:29:49 +03:30
Keyvan Hedayati
daf52c2b0a
[ Fix #623 ] Restored kill-region defadvice
...
When no region selected `C-w` kills current line
2014-12-22 09:53:12 +03:30
Bozhidar Batsov
8953e8f138
Merge pull request #757 from k1-hedayati/patch-1
...
Added helm-ag to auto install list [Fix #756 ]
2014-12-18 18:06:42 +02:00
Bozhidar Batsov
1aa62365e4
Merge pull request #759 from tuhdo/master
...
[Fix #753 ] Add a note for helm-M-x
2014-12-18 18:06:30 +02:00
Tu Do
1ef1b8dd95
[ Fix #753 ] Add a note for helm-M-x
2014-12-17 10:18:54 +07:00
Keyvan Hedayati
99e4c9646d
[ Fix #756 ] Added helm-ag to auto install list
2014-12-16 21:37:01 +03:30
Bozhidar Batsov
b39d5ce07f
Merge pull request #734 from abdulhaq-e/helm-replaces-ibuffer
...
helm-every-where takes responsibility for buffers-list
2014-12-16 19:38:51 +02:00
Bozhidar Batsov
8724b04330
Merge pull request #755 from tonini/prelude-elixir-module
...
Prelude Elixir module
2014-12-16 19:38:37 +02:00
Samuel Tonini
da1bf0a787
elixir module
2014-12-12 22:32:47 +01:00
Bozhidar Batsov
63a63b2f00
Merge pull request #754 from RadicalZephyr/ocaml-flycheck
...
Ocaml flycheck
2014-12-12 00:51:21 +02: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
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
abdulhaq
0055df431c
helm-every-where takes responsibility for buffers-list
2014-11-04 21:34:56 +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