Bozhidar Batsov
94a0dde302
Code style
2014-05-25 14:02:48 +03:00
Bozhidar Batsov
381dc28439
Exclude magit's commit message files in recentf
2014-05-25 14:00:10 +03:00
Bozhidar Batsov
cc5a2ed2dd
Merge pull request #532 from tatsuhirosatou/fixTrampRecentf
...
Fixes bbatsov/prelude#528
2014-05-21 09:33:03 +03:00
Bozhidar Batsov
cf3fa71922
Merge pull request #545 from tuhdo/master
...
Add operate-on-number
2014-05-21 09:32:24 +03:00
Tu Do
5bf38b05da
Add operate-on-number
...
Replace prelude functions for increment and decrement of numbers.
Signed-off-by: Tu Do <tu.h.do@dektech.com.au>
2014-05-21 13:07:33 +07:00
Bozhidar Batsov
a3d336ba9a
Merge pull request #544 from mhauserr/master
...
Create go mode and fix whitespace issues
2014-05-20 18:43:43 +03:00
mike-work
5e2cf18b4c
stopped highlighting issue in makefiles
2014-05-20 16:36:25 +01:00
Bozhidar Batsov
57a421bfea
Merge pull request #541 from hbin/ignore-tramp-file
...
ignore the tramp file
2014-05-18 10:41:58 +03:00
Sergey Avseyev
1b7a80d8b7
prelude-evil: add 'nmap Y y$' equivalent
2014-05-17 12:04:06 +03:00
hbin
053e68f736
ignore the tramp file
2014-05-17 14:08:28 +08:00
Bozhidar Batsov
bfeb85f16d
Merge pull request #538 from RadicalZephyr/user-init-file-fix
...
Remove terrible suggestion from docstring
2014-05-16 09:19:56 +03:00
Geoff Shannon
0a8d8b22f0
Fix suggested use of prelude-user-init-file
...
to something that will actually work correctly.
2014-05-15 23:16:53 -07:00
Bozhidar Batsov
ae51a22147
Merge pull request #534 from RadicalZephyr/user-init-file
...
Enhance find-user-init-file
2014-05-15 23:55:19 +03:00
Geoff Shannon
ab06782c9b
Make prefix argument optional
...
It seems to be the general style of how prefix args are done...
2014-05-15 13:54:38 -07:00
Geoff Shannon
3896e421d0
Find user-init-file when given prefix arg
2014-05-15 13:48:24 -07:00
Geoff Shannon
1ac728d6a7
Use expand-file-name instead of concat
2014-05-15 13:43:51 -07:00
Geoff Shannon
c380a3f001
Update prelude-find-user-init-file docstring
...
To reference the variable that it actually pulls from now
2014-05-15 13:36:58 -07:00
Geoff Shannon
b30cc884b9
Rewrite the doc string to be less bad
2014-05-15 13:36:58 -07:00
Geoff Shannon
7bb680b1df
Add to documentation for new variable
...
Describe a simple and easy way to specify which file should be used as the "init-file."
2014-05-15 13:36:58 -07:00
Geoff Shannon
d2b954b04c
Add comment documenting load dependency
2014-05-15 13:36:58 -07:00
Geoff Shannon
eba385e3d9
Fix checkdoc problems with new custom file
2014-05-15 13:36:58 -07:00
Geoff Shannon
57ef5bb249
Add new prelude custom variable for user-init-file
...
This way the prelude-find-user-init-file can actually take you to a
useful file (instead of to init.el)
2014-05-15 13:36:57 -07:00
Geoff Shannon
5ffa4bb187
Pull Prelude's custom variables into a new file
...
This is so we can define a custom variable to use in prelude-core
2014-05-15 13:36:57 -07:00
Bozhidar Batsov
d3954749fa
[ Fix #535 ] Correct coffee-mode's config
2014-05-15 17:38:15 +03:00
Bozhidar Batsov
5366fdc3ea
Merge branch 'master' of github.com:bbatsov/prelude
2014-05-15 17:12:12 +03:00
Bozhidar Batsov
97889cb77d
Add ace-window and use it as other-window replacement
2014-05-15 17:11:49 +03:00
Bozhidar Batsov
3398802b4f
Merge pull request #529 from danielwuz/dired-open-file
...
made prelude-open-with work in dired mode
2014-05-15 09:44:06 +03:00
Daniel Wu
7f6969cc3b
made prelude-open-with work in dired mode
2014-05-14 21:40:00 -04:00
Bozhidar Batsov
3473350829
Set large-file-warning-threshold to 100MB (by default it was just 10)
2014-05-14 16:08:21 +03:00
Bozhidar Batsov
e3c373ca13
Auto-join #prelude-emacs and #projectile IRC channels
2014-05-10 15:09:38 +03:00
Bozhidar Batsov
aa49a0f646
Reorder a bit default module config
2014-05-10 15:08:39 +03:00
Bozhidar Batsov
5c376b17d8
Mention freenode channel
2014-05-10 14:59:44 +03:00
Bozhidar Batsov
370d0fe473
Merge pull request #523 from roryk/upstream
...
Add prelude-evil.
2014-05-10 11:16:51 +03:00
Bozhidar Batsov
f1ddec7a88
Merge pull request #526 from dougm/load-path-filter
...
Filter all hidden directories when adding to load-path
2014-05-10 11:16:21 +03:00
Bozhidar Batsov
b1226a2eb1
Merge pull request #533 from tatsuhirosatou/ackInDebian
...
Checks for ack-grep, for Debian systems.
2014-05-10 11:02:36 +03:00
Gabriel J. Pérez Irizarry
596d499e32
Checks for ack-grep, for Debian systems.
2014-05-09 12:31:35 -04:00
Gabriel J. Pérez Irizarry
055ce06b38
Fixes bbatsov/prelude#528
2014-05-09 12:07:55 -04:00
Doug MacEachern
4855e6efd2
Filter all hidden directories when adding to load-path
...
prelude-add-subfolders-to-load-path currently recurses into ".git"
directories for example. Seems reasonable to skip any "hidden"
directory prefixed with a "."
2014-04-30 16:54:42 -07:00
Bozhidar Batsov
0c93a1c542
Ignore in recentf all files from the elpa dir and the savefile dir
2014-04-30 12:46:32 +03:00
Jeremy Bi
d82fc1f45f
Simplify prelude-annotate-todo
, make it evaporate when modified.
2014-04-27 23:46:08 +08:00
roryk
2aa1038e0b
Add prelude-evil.
...
A reasonable default setup for using evil-mode with prelude.
2014-04-26 11:28:48 -04:00
Bozhidar Batsov
3bed971d1a
Merge pull request #522 from antono/rabl
...
Use ruby-mode for RABL templates
2014-04-25 17:29:49 +03:00
Antono Vasiljev
13ca5d59c1
Use ruby-mode for RABL templates
2014-04-25 16:43:29 +03:00
Bozhidar Batsov
5d63050837
Merge pull request #521 from Sliim/add-ruby-auto-mode-alist
...
Use ruby-mode for Berksfile
2014-04-25 15:12:00 +03:00
Sliim
4b17d9e55b
Use ruby-mode for Berksfile
2014-04-25 14:18:12 +02:00
Bozhidar Batsov
95a7eb2689
Revert "Enable desktop-save-mode by default"
...
This reverts commit 2383e5730c
.
Conflicts:
core/prelude-ui.el
2014-04-25 14:06:36 +03:00
Bozhidar Batsov
5a5eeec6aa
Add Gittip badge
2014-04-25 09:35:04 +03:00
Bozhidar Batsov
6ad8965fe2
Merge pull request #516 from gongzhitaao/prelude-annotate-todo
...
annotate TODO only in comments
2014-04-19 23:33:22 +03:00
Zhitao Gong
5d8fd5c35a
annotate TODO in comments
2014-04-19 15:28:37 -05:00
Bozhidar Batsov
e7d9555bc3
Remove a couple of kill-related advices
...
Those are made redundant by the awesome easy-kill.
2014-04-19 15:05:09 +03:00