toctan
0e75110769
Rename buffer not visiting files
2014-06-04 20:11:18 +08:00
toctan
461a560ddd
Define prelude helm menu entry in its own module
2014-06-01 13:29:39 +08:00
toctan
639cecb759
Remove redundant helm-prelude key binding code
2014-06-01 13:27:47 +08:00
Bozhidar Batsov
80101de017
[ Fix #559 ] Add an autoload for vkill
2014-05-31 16:12:38 +03:00
Bozhidar Batsov
699f14b80c
Add vkill as an alternative to proced on OS X
2014-05-31 12:43:02 +03:00
Bozhidar Batsov
50ccd6db23
Merge pull request #553 from toctan/proced-binding
...
Binding proced only in Linux
2014-05-31 12:39:07 +03:00
Bin Huang
9b7e0b6ce4
1. Rename prelude-indent-region-or-buffer to prelude-indent-buffer-or-region.
...
2. Add prelude-cleanup-buffer-or-region.
3. Add prelude-untabify-buffer-or-region.
4. Update menus and kbds.
2014-05-31 01:56:38 +08:00
Bin Huang
81953ad033
Move the prelude tips for key-chord-mode to it's module file.
2014-05-29 17:16:05 +08:00
Tu Do
ca9dc4676c
Update document and operate-on-number key bindings
...
Signed-off-by: Tu Do <tuhdo1710@gmail.com>
2014-05-29 11:10:04 +07:00
toctan
d529ef86a5
Do not bind proced with OS X
2014-05-28 21:10:10 +08:00
toctan
1df4cb8043
Fix define-key 'help-command
2014-05-27 16:03:47 +08: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
af4137fe0c
Merge pull request #549 from toctan/require-eof
...
Newline at end of file
2014-05-26 19:14:19 +03:00
toctan
93d73e0f93
Newline at end of file
2014-05-27 00:05:29 +08:00
Bozhidar Batsov
c0550168f3
Define a few keybindings in terms of help-command
2014-05-26 19:02:46 +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
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
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
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
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
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
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
Daniel Wu
7f6969cc3b
made prelude-open-with work in dired mode
2014-05-14 21:40:00 -04:00
Gabriel J. Pérez Irizarry
055ce06b38
Fixes bbatsov/prelude#528
2014-05-09 12:07:55 -04: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
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
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
Bozhidar Batsov
b51eeff933
Colorize compilation buffers out-of-the-box
2014-04-19 10:29:14 +03:00
Bozhidar Batsov
53409cc355
Save desktop without asking anything
2014-04-15 17:08:03 +03:00
Bozhidar Batsov
2383e5730c
Enable desktop-save-mode by default
2014-04-15 15:51:37 +03: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
41da475ed4
Save all buffers on focus lost
2014-04-14 17:54:13 +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
01bb1c9e90
Code style
2014-04-13 11:46:49 +03:00
Bozhidar Batsov
f5092b31fd
Add the easy-kill package
2014-04-12 17:47:06 +03:00