Bozhidar Batsov
01c3d5153f
Remove a mention of scala-mode2
2016-06-01 23:47:03 +03:00
Bozhidar Batsov
0447086cc2
Auto-install cask-mode when needed
2016-04-29 18:01:59 -07:00
Bozhidar Batsov
ec56b3584d
Replace some of the bundled code with the crux package
2016-04-28 18:42:14 -07:00
Bozhidar Batsov
1f3ddb638c
[ Fix #977 ] Add the which-key package
2016-03-10 10:51:21 +02:00
Bozhidar Batsov
ebd6e9d591
Update the copyright years
2016-01-31 08:44:18 +02:00
Bozhidar Batsov
81cc977b16
Replace prelude-goto-symbol with imenu-anywhere
2016-01-30 12:44:16 +02:00
Bozhidar Batsov
ea02ea7c1a
Auto-install elm-mode if needed
2015-11-10 22:38:26 +02:00
Bozhidar Batsov
f92ea41b72
Use beacon
2015-10-29 19:26:37 +02:00
Ducky
5e9a1596ce
Use https for melpa
2015-10-06 14:26:43 +01:00
Bozhidar Batsov
4fd85a4e40
Merge pull request #888 from CNBorn/stylus-mode
...
Add stylus-mode auto installation
2015-09-06 08:55:44 +03:00
Tyler Xing
8e81a3c712
Add stylus-mode auto installation
2015-08-23 11:15:11 -04:00
Tyler Xing
e2d8b9946e
add json-mode auto installation
2015-08-04 22:41:12 -04:00
Bozhidar Batsov
1e0911c720
[ Fix #884 ] Adopt smart-mode-line
2015-07-21 14:35:35 +03:00
Bozhidar Batsov
04a663fa45
[ Fix #847 ] Restore ace-window
2015-05-12 21:56:43 +03:00
Bozhidar Batsov
b2947f2164
Replace ace-jump-mode with avy
2015-05-09 13:02:43 +03:00
Mark Sikora
3e536efb2d
Auto install cmake-mode
2015-03-16 17:27:36 -04:00
Bozhidar Batsov
c2da437aa4
Update copyright years
2015-03-03 13:04:34 +02:00
Bozhidar Batsov
2a386116f1
Use gfm-mode instead of plain markdown-mode
2015-02-10 13:16:33 +02:00
Bozhidar Batsov
8fd5b0db53
Add the zop-to-char package
2015-02-07 12:46:05 +02:00
k1-hedayati
c46079e698
Revert "[ Fix #782 ] Added magit-filenotify"
...
This reverts commit 003bbc4e0b
.
Conflicts:
core/prelude-packages.el
2015-01-19 23:14:46 +03:30
Aleksey Kladov
c09871bf36
fix magit-filenotify error
...
The error was due to unnecessary in add-to-list.
2015-01-17 22:30:40 +03:00
k1-hedayati
92eed7a9fe
Added cython-mode to auto install list
2015-01-16 10:50:07 +03:30
k1-hedayati
5476324772
[ Fix #783 ] Removed rainbow-mode from prelude-packages
2015-01-15 12:30:03 +03:30
k1-hedayati
58550466ad
[ Fix #779 ] Moved elisp-slime-nav to elisp module
2015-01-15 12:30:03 +03:30
k1-hedayati
003bbc4e0b
[ Fix #782 ] Added magit-filenotify
2015-01-15 12:30:03 +03:30
Mark Sikora
3832c6d82e
Auto install protobuf-mode
2014-12-24 14:38:32 -05: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
Bozhidar Batsov
dc82375714
Update copyright years
2014-12-07 11:37:46 +02:00
Mark Sikora
0a0d179b4d
Use new melpa.org address
2014-10-25 16:37:15 -04: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
toctan
33481e5a7d
Auto install thrift-mode
2014-10-11 11:14:23 +08:00
ToBeReplaced
e01dfddcdb
Add prelude-yaml
2014-08-24 22:58:10 -06:00
Bozhidar Batsov
adae582b79
Associate .elixir files with elixir-mode
2014-08-12 12:54:35 +03:00
Bozhidar Batsov
bd366b4701
Add the git-timemachine package
2014-07-22 19:18:29 +03:00
Bozhidar Batsov
d49a8e9a16
Add god-mode
2014-07-14 17:42:34 +03:00
Bozhidar Batsov
fcc82c75ff
Auto-install swift-mode when needed
2014-06-05 16:20:18 +03:00
Tu Do
ed4036f95d
Add discover-my-major
...
A better interface for getting information about major mode features. It can
complement the built-in "C-h m" (describe-mode): "C-h m" can be thought of
a full mode help, while discover-my-major a quick mode help, in the following
ways:
- Show key binding with description
- Cursor is automatically switched to discover-my-major help buffer, and to quit
the help buffer, simply press 'q'. In stock "C-h m", user has to manually switch,
scroll up/down to look for major mode commands. Finally, user closes the buffer
either by "C-x 0", or winner-mode undo (C-c <left>), which requires more key strokes.
- Display just enough information. In "C-h m", it displays every thing, from
major mode to minor modes, enabling minor modes and description of every modes.
- More polished user interface.
It's also better than smex-major-mode-commands, since smex-major-mode-commands
does not show key bindings and description.
2014-05-27 10:40:10 +07:00
Anton Ilin
702cb20c36
Add dockerfile-mode to the prelude-auto-install-alist
2014-05-26 21:18:33 +03:00
Bozhidar Batsov
db2dcb82e4
Merge pull request #525 from bixuanzju/2-commits-squashed
...
Simplify `prelude-annotate-todo`, make it evaporate when modified.
2014-05-26 09:44:37 +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
97889cb77d
Add ace-window and use it as other-window replacement
2014-05-15 17:11:49 +03:00
Jeremy Bi
d82fc1f45f
Simplify prelude-annotate-todo
, make it evaporate when modified.
2014-04-27 23:46:08 +08:00
Bozhidar Batsov
698b24661f
Recognize Rust source files automatically
2014-04-15 13:18:51 +03:00
Bozhidar Batsov
e84e180511
Recognize Elixir source files automatically
2014-04-15 13:17:23 +03:00
Bozhidar Batsov
244fe33296
Merge branch 'master' of github.com:bbatsov/prelude
...
Conflicts:
core/prelude-editor.el
2014-04-14 17:41:16 +03:00
Bozhidar Batsov
5538bb77b9
Add diff-hl package
2014-04-14 17:40:34 +03:00
Bozhidar Batsov
f5092b31fd
Add the easy-kill package
2014-04-12 17:47:06 +03:00
Abizer Nasir
58e15b93fc
Add ace-jump-buffer to Prelude
...
Keybindings set to `C-c k` and `S->`
2014-04-03 19:44:10 +01:00