Commit graph

1050 commits

Author SHA1 Message Date
Ramkumar Ramachandra ff6f590572 README: fix minor typo {form -> from} 2013-04-09 18:58:00 +05:30
Bozhidar Batsov ff9bd27831 Add prelude-kill-whole-line 2013-04-09 15:18:08 +03:00
Bozhidar Batsov 29f5157bf3 Make backward kill line respect indentation 2013-04-09 14:43:48 +03:00
Bozhidar Batsov 1bf7a3f8a8 Add a keybinding for backward line killing 2013-04-08 18:50:05 +03:00
Bozhidar Batsov 00b16e5ce7 Code style 2013-04-06 17:48:13 +03:00
Bozhidar Batsov 0f2da2e9b2 Minor changes 2013-04-05 14:43:15 +03:00
Bozhidar Batsov 89876777f9 Make delete-file-and-buffer vc aware 2013-04-03 12:53:37 +03:00
Bozhidar Batsov 7ba3dc16dd Address a warning 2013-04-03 12:14:04 +03:00
Bozhidar Batsov 1e10d763f3 Merge branch 'master' of github.com:bbatsov/prelude
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2013-04-02 12:14:31 +03:00
Bozhidar Batsov c94e73f52d Update line moving commands 2013-04-02 12:14:10 +03:00
Bozhidar Batsov aed6e3b253 Merge pull request #291 from Abizern/add-to-prelude-core
Add to prelude core
2013-03-31 07:54:36 -07:00
Abizer Nasir f0c2618a3e Simplify implementation of prelude-smart-open-line-above
As suggested by bbatsov.
2013-03-31 15:52:06 +01:00
Abizer Nasir d4bf21e6be Minor corrections to doc lines in prelude-core
They sound better grammatically.
2013-03-31 13:27:51 +01:00
Abizer Nasir 773578d255 Add prelude-smart-open-line-above defun to prelude-core.el
Opens a line above the current line and indents it.

The counterpart to prelude-smart-open-line (bound to S-ret)

The new defun is bound to C-S-ret and is documented in the README.
2013-03-31 13:27:41 +01:00
Bozhidar Batsov ef2abd3b87 Merge pull request #290 from Abizern/readme-corrections
Correct link, spelling, and markup in Readme
2013-03-31 04:58:32 -07:00
Abizer Nasir 6be5444ed4 Correct link, spelling, and markup in Readme 2013-03-31 12:39:05 +01:00
Bozhidar Batsov 772e01c483 Fix a typo 2013-03-28 18:10:42 +02: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 89ea1f19f0 Merge branch 'master' of github.com:bbatsov/prelude
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2013-03-28 12:44:32 +02:00
Bozhidar Batsov 56f9679ea2 Add prelude-indent-defun 2013-03-28 12:43:45 +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
Bozhidar Batsov aba613bc26 Ignore projectile-bookmarks.eld 2013-03-27 18:47:00 +02:00
Bozhidar Batsov d24e5ed664 Merge branch 'master' of github.com:bbatsov/prelude
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2013-03-27 12:13:46 +02:00
Bozhidar Batsov 3d24efbb65 Minor refactoring 2013-03-27 12:13:24 +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 cf9967d0f9 Merge pull request #283 from marivas/fix-ensure-module-prelude-osx
fix ensure module exec-path-from-shell
2013-03-23 04:05:39 -07:00
Manuel Rivas 0b1cff43b0 fix ensure module exec-path-from-shell 2013-03-23 11:59:55 +01:00
Bozhidar Batsov b46ec6dad3 Remove poorly supported magithub package 2013-03-23 10:55:47 +02:00
Bozhidar Batsov 432e602977 A few minor changes regarding OSX support 2013-03-23 10:52:23 +02:00
Bozhidar Batsov 2d3d1e12a8 Remove some problematic menu-bar-mode logic 2013-03-22 14:22:12 +02:00
Bozhidar Batsov 45e9ad9756 Minor rewording 2013-03-17 11:58:17 +02:00
Bozhidar Batsov 3ac3415a2c C-M-h is more useful as mark-defun 2013-03-15 17:32:39 +02:00
Bozhidar Batsov a95b60eda6 Open .jbuilder files in ruby-mode 2013-03-15 16:06:06 +02:00
Bozhidar Batsov 02b3f27e65 Cleaned up some requires here and there 2013-03-12 21:56:21 +02:00
Bozhidar Batsov 5a14cdb486 Display a message when loading the personal config 2013-03-12 21:09:05 +02:00
Bozhidar Batsov 3f29bd26f1 Add a couple of jump-to-def keybindings 2013-03-12 14:58:44 +02:00
Bozhidar Batsov 609a44a169 Add a note about enabling modules in the README 2013-03-11 20:16:01 +02:00
Bozhidar Batsov 925d624f46 Add prelude-update command 2013-03-11 20:13:06 +02:00
Bozhidar Batsov 112c3cca70 Mention prelude-ensure-module-deps in the README 2013-03-10 19:47:24 +02:00
Bozhidar Batsov 480170f7a9 Minor doc fixes 2013-03-10 19:44:52 +02:00
Bozhidar Batsov d235c25acd Some long overdue keybinding doc improvements 2013-03-10 19:44:10 +02:00
Bozhidar Batsov 64aa0ee0c5 Clean up prelude-mode. 2013-03-07 13:09:13 +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 dfa2d23f23 Fix #273 - added some update instructions 2013-03-06 19:07:17 +02:00
Bozhidar Batsov 55fafe846d Shameless self-plug :-) 2013-02-27 18:54:17 +02:00
Bozhidar Batsov 9a807ee13c Add a sensible .projectile file to the project 2013-02-27 14:27:00 +02:00