Bozhidar Batsov
86ba702f48
Enable browse-kill-ring's default keybindings
2013-12-14 11:06:53 +02:00
Bozhidar Batsov
654e4eb463
Add browse-kill-ring package
2013-12-11 11:50:32 +02:00
Bozhidar Batsov
d54d3956fd
Improve tab's behavior
...
It now does both indentation and completion (when supported)
2013-12-07 09:40:05 +02:00
Bozhidar Batsov
8217618525
Simplify sexp wrapping code
2013-12-07 09:14:44 +02:00
Bozhidar Batsov
150ac9e510
[ Fix #433 ] Disable problematic binding M-[
2013-12-07 08:45:05 +02:00
Bozhidar Batsov
3cdb7f32ad
[ Fix #447 ] Extract ido config into a module
...
This should make it simpler to disable ido completely if you want to use
an alternative library (like `icomplete` or `icicles` for instance).
2013-12-06 17:10:04 +02:00
Bozhidar Batsov
dae1e4d1bc
Some minor changes in yank-pop
2013-11-19 12:02:36 +02:00
Bozhidar Batsov
523a4851a6
Extract Helm support into a separate module
2013-11-03 23:37:40 +02:00
Bozhidar Batsov
9eca62cd76
Define a few basic wrapping keybindings
2013-10-17 19:20:28 +03:00
Bozhidar Batsov
8fb1986b5d
Disable annoying blink-matching-paren
2013-10-07 18:13:04 +03:00
Bozhidar Batsov
8bd7843a02
Replace show-parens-mode with show-smartparens-mode
2013-10-04 12:43:32 +03:00
Bozhidar Batsov
e026389790
Revert "Disable anzu temporarily due to a bug in it"
...
This reverts commit 239571f17b
.
2013-09-27 15:07:40 +03:00
Bozhidar Batsov
239571f17b
Disable anzu temporarily due to a bug in it
2013-09-27 13:16:45 +03:00
Bozhidar Batsov
5d4220f5b4
Add anzu
2013-09-27 12:35:04 +03:00
Bozhidar Batsov
5a01605564
Enable smartparens only for programming modes
2013-09-26 14:33:33 +03:00
Bozhidar Batsov
a1152019bc
Don't kill entire symbol at point when doing sp-hybrid-kill
2013-09-26 12:31:00 +03:00
Bozhidar Batsov
0dfb6c9287
Set properly smartparens's default keymap
2013-08-22 14:58:19 +03:00
Bozhidar Batsov
578a92e004
Always auto-skip closing pair
2013-08-06 22:51:10 +03:00
Bozhidar Batsov
04b68e7482
Disable ido's annoying auto-merging of directories if no match is found
2013-08-06 22:40:31 +03:00
Bozhidar Batsov
b7d8bf7126
Refactor the window switching advice code
2013-07-17 15:28:30 +03:00
Bozhidar Batsov
3b5ac377a0
Fix a typo
2013-07-17 13:10:40 +03:00
Bozhidar Batsov
fb39a6e0b5
Remember the last 500 visited files
2013-07-15 11:56:25 +03:00
Bozhidar Batsov
f3b1d679e0
Fix ido-ubiquitous deprecation warning
2013-07-14 23:32:06 +03:00
Bozhidar Batsov
f341074dd8
Add flx to list of default packages
2013-07-13 10:01:19 +03:00
Bozhidar Batsov
10116b47f0
Set sp-cancel-autoskip-on-backward-movement to nil
2013-07-11 11:38:49 +03:00
Bozhidar Batsov
daabb1e373
Use helm-projectile directly ( fixes #352 )
2013-07-11 11:23:15 +03:00
Bozhidar Batsov
d4ba498d18
When copying the current line discard its newline ( fixes #347 )
2013-07-08 18:34:57 +03:00
Bozhidar Batsov
610133b511
Remove yasnippets from the list of default packages
...
Prelude provided just a basic config anyways. Anyone can still install
the package manually and enable it in his/her personal config.
2013-06-29 15:47:57 +03:00
Bozhidar Batsov
427bc31866
Replace electric-indent-mode and paredit with smartparens
2013-06-29 11:09:16 +03:00
toctan
798b7df54e
Add autoloads for PKGBUILD and .zsh file
2013-05-18 00:24:56 +08:00
Bozhidar Batsov
4b907b9620
Don't try to save files when you don't have the permissions to do so
2013-05-08 13:52:20 +03:00
Bozhidar Batsov
2866052b6c
Enable erase-buffer
2013-05-04 10:27:32 +03:00
Bozhidar Batsov
1f8baf08eb
Enhance a bit stock dired config
2013-04-30 23:39:54 +03:00
Bozhidar Batsov
37aa47f427
Disable yas-minor-mode in term-mode
2013-04-29 17:12:15 +03:00
Bozhidar Batsov
f7d126fae9
Add some missing docstrings
2013-04-28 16:37:09 +03:00
Bozhidar Batsov
f24e116421
A couple of minor improvements
2013-04-28 16:29:56 +03:00
toctan
0ad998d618
Add smex and ido-ubiquitous for better M-x
2013-04-25 00:05:33 +08:00
Bozhidar Batsov
74100057b3
Enable dired-x by default
2013-04-13 18:36:47 +03:00
Bozhidar Batsov
555cc79d89
Minor change
2013-04-12 19:05:40 +03:00
Bozhidar Batsov
38959dd81b
Code style
2013-03-28 17:30:03 +02:00
Bozhidar Batsov
cf0230f98c
Code style
2013-03-28 17:22:33 +02:00
Bozhidar Batsov
75a6769019
Merge pull request #285 from nathanstitt/clean-whitespace-on-save
...
Make cleaning white space on save an option
2013-03-27 10:45:47 -07:00
Nathan Stitt
fcdae17485
Add prelude-clean-whitespace-on-save to README.md
...
Also fix incorrect indentation in prelude-editor.el changes.
Good catch bbotsov!
2013-03-27 12:30:10 -05:00
Bozhidar Batsov
a3d8809a5c
Fix docstring
2013-03-27 19:06:28 +02:00
Nathan Stitt
2860441f7e
Allow configuring cleaning white space on save
...
This condition is checked when saving if the existing
whitespace-cleanup is set instead of when the when prog-mode is is
entered. This way it can be over-ridden by either dir-locals or
file-local variables.
2013-03-25 17:35:00 -05:00
Bozhidar Batsov
02b3f27e65
Cleaned up some requires here and there
2013-03-12 21:56:21 +02:00
Bozhidar Batsov
00661efa2a
A bit of cleanup and doc-string fixes
2013-03-07 09:57:33 +02:00
Bozhidar Batsov
5803d30af6
Clean up the modeline a bit with diminish.el
2013-03-06 21:43:59 +02:00
Bozhidar Batsov
29e156f967
Fix #264 - disable autoindent on yank for python-mode
2013-02-10 18:12:57 +02:00
Bozhidar Batsov
d324388bdc
Add undo-tree to the default Prelude packages
2013-02-07 00:34:02 +02:00