Jan Ehrhardt
0a1e8e4057
Use ruby-mode for Podfile
...
A Podfile is used for CocoaPods to do a Bundler like dependency
management in XCode projects. Similar to a Rakefile or a Gemfile the
Podfile contains a dependency description in a Ruby based DSL.
2014-01-10 15:40:22 +01:00
Bozhidar Batsov
2c2855841c
Merge pull request #465 from bixuanzju/patch-1
...
`lisp-complete-symbol` is obsolete
2014-01-06 05:55:50 -08:00
Jeremy Bi
1bbdf9219c
Update prelude-lisp.el
...
Use `completion-at-point` since `lisp-complete-symbol` is obsolete as of Emacs 24.4.
2014-01-05 12:45:19 +08:00
Bozhidar Batsov
abe95bcb52
Mention guru-warn-only
2014-01-05 00:29:07 +02:00
Bozhidar Batsov
015c2de3b6
Bind ace-jump-mode to s-. as well
2014-01-02 11:38:49 +02:00
Bozhidar Batsov
f573fd99e4
Change C-c SPC to C-c j to avoid a conflict in org-mode
...
In org-mode C-c SPC is bound to `org-table-blank-field`
2014-01-02 11:35:58 +02:00
Bozhidar Batsov
7909617b9e
Don't use C-x SPC as it's used in Emacs 24.4 by default for rectangular selection
2013-12-27 17:15:25 +02:00
Bozhidar Batsov
fa6795b71f
Improve prelude-eval-and-replace
2013-12-21 22:15:52 +02:00
Bozhidar Batsov
86ba702f48
Enable browse-kill-ring's default keybindings
2013-12-14 11:06:53 +02:00
Bozhidar Batsov
77f8650b1e
Merge pull request #456 from climatewarrior/add-module-docs
...
Adds comments to sample modules.
2013-12-13 06:39:17 -08:00
Bozhidar Batsov
a89d7f8b74
Merge pull request #457 from climatewarrior/updateKeyChords
...
Updates key chord bindings.
2013-12-13 06:39:00 -08:00
Gabriel J. Pérez Irizarry
ecf62ac168
Updates key chord bindings.
2013-12-13 10:07:02 -04:00
Gabriel J. Pérez Irizarry
5e9f19bc89
Adds comments to sample modules.
2013-12-13 09:43:43 -04: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
fea2c44cbd
Add wrapping commands to ielm-map
2013-12-07 09:15:12 +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
7507cecb9f
Fix epl-upgrade invocation
2013-12-07 01:21:54 +02:00
Bozhidar Batsov
3179b18fc3
Merge branch 'master' of github.com:bbatsov/prelude
2013-12-07 01:02:34 +02:00
Bozhidar Batsov
c65b4ca336
Add prefix arg support prelude-update-packages
...
With a prefix arg it will update all installed packages.
2013-12-07 01:01:54 +02:00
Bozhidar Batsov
9ef4a6ef79
Merge pull request #452 from jjcomer/master
...
Fix typo in prelude-ido
2013-12-06 09:07:48 -08:00
Josh Comer
58ce966e46
Fix typo in prelude-ido
2013-12-06 11:48:02 -04:00
Bozhidar Batsov
4ca22fbf1c
[ Fix #451 ] Add the ability to preload personal code
2013-12-06 17:34:06 +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
d4a5224330
New keychord xx -> execute-extended-command
2013-12-06 16:35:56 +02:00
Bozhidar Batsov
3cc9ad7400
[ Fix #444 ] Add command prelude-update-packages
2013-12-06 16:31:58 +02:00
Bozhidar Batsov
dbe0ed889a
Use prelude-require-packages everywhere
2013-11-26 12:52:29 +02:00
Bozhidar Batsov
1b922c52c2
[ Fix #436 ] Enable smartparens-mode in latex-mode
2013-11-21 12:51:24 +02:00
Bozhidar Batsov
851854a173
Merge branch 'master' of github.com:bbatsov/prelude
2013-11-21 11:46:56 +02:00
Bozhidar Batsov
9bdf8f6ace
[ Fix #416 ] Add quotes to the alias examples
2013-11-21 11:46:18 +02:00
Bozhidar Batsov
1a48711e60
Merge pull request #439 from seanfisk/fix-key-chord-commentary
...
Fix key-chord module commentary.
2013-11-20 22:32:01 -08:00
Sean Fisk
b65617dd16
Fix key-chord module commentary.
2013-11-20 19:35:59 -05:00
Bozhidar Batsov
b9000702b2
Replace mentions of WikEmacs with EmacsWiki
2013-11-19 13:52:27 +02:00
Bozhidar Batsov
dae1e4d1bc
Some minor changes in yank-pop
2013-11-19 12:02:36 +02:00
Bozhidar Batsov
79ac17db8c
Fix a reference to nrepl.el
2013-11-03 23:55:11 +02:00
Bozhidar Batsov
3239f5c724
[ Fix #399 ] Extract key-chord into a separate module
2013-11-03 23:50:09 +02:00
Bozhidar Batsov
523a4851a6
Extract Helm support into a separate module
2013-11-03 23:37:40 +02:00
Bozhidar Batsov
a509b0a174
Remove obsolete markdown module
2013-11-03 23:24:21 +02:00
Bozhidar Batsov
e2ffd09fbd
Code style
2013-11-03 23:17:53 +02:00
Bozhidar Batsov
45d0347b07
Remove obsolete dep to git-commit-mode
2013-11-03 23:16:15 +02:00
Bozhidar Batsov
fa42408438
Cask files are Emacs Lisp files
2013-11-03 23:09:56 +02:00
Bozhidar Batsov
965e5e2fdb
Merge branch 'master' of github.com:bbatsov/prelude
2013-10-31 23:12:37 +02:00
Bozhidar Batsov
015e3abd9b
[ Fix #426 ] Remove M-O keybinding
...
It caused problems in terminals.
2013-10-31 23:11:12 +02:00
Bozhidar Batsov
9a8382a613
Add a table of contents
2013-10-29 17:04:57 +02:00
Bozhidar Batsov
4e3f55d521
Merge pull request #422 from seanfisk/fix-readme-keybindings-again
...
Fix README keybindings again
2013-10-24 08:57:01 -07:00
Sean Fisk
715d7e9bba
Add period.
2013-10-24 11:44:41 -04:00
Sean Fisk
bef5ec9e26
Really fix key bindings, once and for all.
2013-10-24 11:43:12 -04:00
Bozhidar Batsov
c62d135c79
Merge pull request #421 from seanfisk/fix-readme-keybinding
...
Fix README key binding for prelude-smart-open-line-above.
2013-10-24 08:36:17 -07:00
Sean Fisk
59505dda2a
Add M-O and s-o as key bindings for prelude-smart-open-line-above.
2013-10-24 11:34:17 -04:00