Bozhidar Batsov
fcc82c75ff
Auto-install swift-mode when needed
2014-06-05 16:20:18 +03:00
Bozhidar Batsov
fda3f0067a
Merge pull request #560 from toctan/rename-buffer
...
Rename buffer not visiting files
2014-06-05 15:35:10 +03:00
Bozhidar Batsov
57dab8813e
Merge pull request #561 from toctan/scheme-complete
...
Add tab compelete and eldoc for scheme
2014-06-05 15:32:06 +03:00
Bozhidar Batsov
59b8d1710b
Merge pull request #566 from toctan/smart-curly-braces
...
Extra newline and indent when RETURN between {}
2014-06-04 19:02:43 +03:00
Bozhidar Batsov
a452530266
Merge pull request #565 from dougm/go
...
Add Go module
2014-06-04 19:02:29 +03:00
Doug MacEachern
d16214faa3
Add Go module
2014-06-04 08:57:56 -07:00
Bozhidar Batsov
2656ffa229
Set company-tooltip-flip-when-above to t
2014-06-04 15:57:29 +03:00
toctan
ab64e2bb3c
Extra newline and indent when RETURN between {}
2014-06-04 20:23:08 +08:00
toctan
0e75110769
Rename buffer not visiting files
2014-06-04 20:11:18 +08:00
toctan
4995a8ccd9
Add geiser for scheme
2014-06-04 17:36:05 +08:00
Bozhidar Batsov
b21abe428e
Merge pull request #562 from toctan/prelude-helm
...
Move helm related code into its own module
2014-06-01 12:42:12 +03: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
Bozhidar Batsov
1c319bb448
Merge pull request #558 from hbin/operations-on-buffer-or-region
...
Operations for buffer or region
2014-05-31 12:38:15 +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
Bozhidar Batsov
1681215b25
Merge pull request #555 from hbin/prelude-tips-for-key-chord-mode
...
Move the prelude tips for key-chord-mode to its module file.
2014-05-29 12:24:01 +03: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
Bozhidar Batsov
70bdffd4a6
Merge pull request #554 from tuhdo/master
...
Update document and operate-on-number key bindings
2014-05-29 08:16:40 +03: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
Bozhidar Batsov
b998a8bd47
Don't recompile elc files outside of Prelude
2014-05-28 18:57:54 +03:00
Bozhidar Batsov
3f0322a806
Add extra keybindings for eval-defun and eval-buffer
2014-05-28 18:56:58 +03:00
Bozhidar Batsov
ef9580ca96
Get rid of the deprecated clojure-test-mode
2014-05-28 18:56:32 +03:00
toctan
d529ef86a5
Do not bind proced with OS X
2014-05-28 21:10:10 +08:00
Bozhidar Batsov
36822d7e3e
Log nREPL messages by default
2014-05-27 18:21:25 +03:00
Bozhidar Batsov
44e10c1052
Leftover from previous commit
2014-05-27 15:29:15 +03:00
Bozhidar Batsov
e6c2f4c139
Remove EmacsWiki section
2014-05-27 15:28:42 +03:00
Bozhidar Batsov
7bccd138c3
Extend improvements section
2014-05-27 15:28:23 +03:00
Bozhidar Batsov
381d781035
Merge pull request #551 from toctan/fix-define-key
...
Fix define-key 'help-command
2014-05-27 12:15:51 +03:00
toctan
1df4cb8043
Fix define-key 'help-command
2014-05-27 16:03:47 +08:00
Bozhidar Batsov
45ee90ad6f
Merge pull request #546 from tuhdo/master
...
Add discover-my-major
2014-05-27 08:12:23 +03:00
Tu Do
543bfd4cc4
Update documentation
2014-05-27 12:00:59 +07: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
Bozhidar Batsov
bbf524aea9
Merge pull request #550 from bronislav/add-dockerfile-mode
...
Add dockerfile-mode to the prelude-auto-install-alist
2014-05-26 21:33:29 +03: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
Bozhidar Batsov
1355c1759e
Add license badge
2014-05-26 19:06:52 +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
aa73011674
Merge pull request #548 from bpoweski/patch-1
...
Remove documentation of obsolete prelude-markdown
2014-05-26 18:53:46 +03:00
Ben Poweski
b65119699e
Remove documentation of obsolete prelude-markdown
2014-05-26 10:50:32 -05:00
toctan
b9ed4eb440
Ignore pcache directory
...
http://github.com/sigma/pcache
pcache is used by gist.el
2014-05-26 23:47:13 +08: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
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