Commit graph

132 commits

Author SHA1 Message Date
Fidel Ramos
f77ad4d854 Add command to make Emacs window fullscreen.
Default keybinding is F11. The command follows freedesktop standards,
so it should work on most desktops, at least in GNU/Linux systems.
2013-07-25 19:01:02 +02:00
Bozhidar Batsov
93c94a6f82 Add commands to increment and decrement an integer at point 2013-07-25 15:51:01 +03:00
Bozhidar Batsov
1ad14ccf91 Clean up package installation code 2013-07-23 15:53:17 +03:00
Bozhidar Batsov
cc29e0f2bb Update keybindings a bit 2013-07-23 15:18:50 +03:00
Le Wang
a7b44525ba clarify flx performance based on recent changes 2013-07-16 20:26:48 +08:00
Bozhidar Batsov
88248111d1 Add prelude-duplicate-and-comment-current-line-or-region (fixes #348) 2013-07-13 14:15:16 +03:00
Bozhidar Batsov
f341074dd8 Add flx to list of default packages 2013-07-13 10:01:19 +03:00
Joseph Pan
f693508545 Fix some wrong keybindings 2013-06-30 13:11:00 +00:00
Bozhidar Batsov
6e7e7a4557 Add some extra keybindings
`prelude-smart-open-line` is now bound to `M-o` as well
`prelude-start-open-line-above` is not bound to `M-O` as well
2013-06-15 16:57:29 +03:00
Bozhidar Batsov
860b08467a 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-06-02 19:28:11 +03:00
Bozhidar Batsov
1393245cfa Bind prelude-top-join-line to C-^ 2013-06-02 19:27:29 +03:00
Josh Hoff
6ebfe1c800 Use valid shell commands
By not prepending `$` to your examples users can copy them easier
without fear of seeing `bash: $: command not found` or similar
2013-06-01 13:01:12 -05:00
Josh Hoff
f0b786c452 Vanity URL for the installer
Made with
`https://github.com/bbatsov/prelude/raw/master/utils/installer.sh`

More info: https://github.com/bbatsov/prelude/raw/master/utils/installer.sh
2013-06-01 13:00:20 -05:00
Bozhidar Batsov
4d15923e2c Add new command prelude-top-join-line
Saner version of the built-in `join-line`, that joins lines from the top
to the bottom.
2013-05-30 16:50:55 +03:00
Bozhidar Batsov
a1d295d4c2 Fix keychord mention 2013-05-30 14:27:35 +03:00
Sean Fisk
fdcb9a8f07 Fix lisp code blocks in README. 2013-05-29 15:03:39 -06:00
Bozhidar Batsov
3e3d022b89 Override default move-beginning-of-line behavior 2013-05-23 11:27:01 +03:00
Bozhidar Batsov
0e4b66d07a Remove problematic kk keychords 2013-05-23 11:10:55 +03:00
Abizer Nasir
fd5458b179 Describe disabling key-chords in the README
It's good to have defaults, but nice to document a way of changing them
as well.
2013-05-22 15:27:36 +01:00
Bozhidar Batsov
01c8da8385 Bind KK to delete-horizontal-space 2013-05-19 22:14:36 +03:00
Bozhidar Batsov
ecbcc19c6d Add a few more ace-jump keychords 2013-05-04 12:26:35 +03:00
Abizer Nasir
bf19ce736b Add key-chords to Readme 2013-05-03 16:24:22 +01:00
Bozhidar Batsov
d4d9fce741 Suggest the use of Emacs 24.3 with Prelude 2013-04-21 22:31:56 +03:00
Bozhidar Batsov
f531934edf Merge pull request #302 from climatewarrior/add-documentation
Add documentation
2013-04-15 08:33:48 -07:00
Gabriel J. Pérez Irizarry
6d87ee90de Proper line breaks for new text 2013-04-15 11:28:31 -04:00
Gabriel J. Pérez Irizarry
14a6b92ad6 Makes README more clear about prelude-modules.el during manual install. 2013-04-15 11:24:43 -04:00
Ramkumar Ramachandra
ff6f590572 README: fix minor typo {form -> from} 2013-04-09 18:58:00 +05:30
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
Abizer Nasir
6be5444ed4 Correct link, spelling, and markup in Readme 2013-03-31 12:39:05 +01: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
45e9ad9756 Minor rewording 2013-03-17 11:58:17 +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
d235c25acd Some long overdue keybinding doc improvements 2013-03-10 19:44:10 +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
korthaerd
db1460d042 update the command for installing aspell 2013-01-30 22:43:55 +01:00
Bozhidar Batsov
4dc0026c5e Fix #261 - add missing dot in directory name 2013-01-28 12:26:00 +02:00
Bozhidar Batsov
29dc436b64 Make the list of modules loaded by Prelude configurable.
Modules loaded by Prelude can now easily be adjusted via
the file `prelude-modules.el` in Prelude's installation folder.
To disable a module simply comment it out; conversely uncomment
a module to enable it.
2013-01-13 20:42:17 +02:00
Bozhidar Batsov
5344ac6109 removed the mention of prelude-modules from the README 2013-01-07 14:48:14 +02:00
Bozhidar Batsov
152546ff48 reenabled whitespace-mode by default and made it a lot less intrusive 2012-12-23 11:24:55 +02:00
Bozhidar Batsov
b01492e7ea moved back the prelude modules into the main Prelude project 2012-12-15 22:07:25 +02:00
Bozhidar Batsov
952ce0ebbd make flyspell easier to disable 2012-12-09 01:01:16 +02:00
Bozhidar Batsov
d13d3933b7 adjusted the README to reflect recent configuration changes 2012-12-09 00:49:35 +02:00
Bozhidar Batsov
257e71b894 fixed #235 - shell variables have to be exported to be accessible in subshells 2012-12-08 15:28:16 +02:00
Bozhidar Batsov
03ee9319b9 added a basic list of useful keybindings available in Prelude 2012-12-08 15:23:33 +02:00
Bozhidar Batsov
bfc7af2aaf updated the section about disabling whitespace-mode 2012-10-08 09:30:30 +03:00
Bozhidar Batsov
e856b93d29 added a mention of the Emacs Prelude google group in the README 2012-09-26 14:07:32 +03:00
Bozhidar Batsov
8ed8063542 fixed #208 - a confusing bit of text in the README 2012-09-17 00:31:11 +03:00
Bozhidar Batsov
b3d87a42f5 another bunch of README fixes 2012-09-16 14:52:48 +03:00
Bozhidar Batsov
7e83806cd2 README improvements 2012-09-16 13:16:37 +03:00
Bozhidar Batsov
cfb3fbdc9f unified the README and the project page 2012-09-05 13:41:54 +03:00
Kevin R. Barnes
897ee155af typo tweak 2012-07-03 09:35:47 -07:00
bas
9f54accd04 Removed emacs-24 not yet released from the readme. 2012-06-16 17:21:16 +02:00
Bozhidar Batsov
610f50b716 fixed #164 - added a note about backing .emacs and .emacs.d 2012-06-14 14:28:28 +03:00
Brian Corrigan
a006ea4a2e Update text a bit 2012-06-08 12:00:32 -07:00
Brian Corrigan
c0319652b7 Allows alternate install locations, and repos 2012-06-08 11:56:15 -07:00
Bozhidar Batsov
d0177c3009 fixed a few typos 2012-05-01 15:33:05 +03:00
Bozhidar Batsov
4c03bca1db minor cleanup 2012-05-01 15:27:02 +03:00
Abizer Nasir
5d65466ecd Correct link to project page in the Readme 2012-04-18 16:11:28 +02:00
Bozhidar Batsov
8a2dc4b256 updated project URL 2012-04-17 20:23:53 +03:00
Bozhidar Batsov
cc82212874 removed a lot of stuff and moved them to the project's page 2012-04-05 11:55:32 +03:00
Bozhidar Batsov
72f073feaa mention the transition to personal as a submodule 2012-04-04 18:32:47 +03:00
Bozhidar Batsov
9dbe812916 fixed #115 - added a notice in the README about buggy snapshot builds 2012-04-04 12:41:41 +03:00
Bozhidar Batsov
abce827b25 added a mention of WikEmacs 2012-03-30 15:46:01 +03:00
Bozhidar Batsov
c209a6da26 added a section of flyspell-mode 2012-03-16 12:38:55 +02:00
Bozhidar Batsov
073fa4388e Update README.md 2012-03-07 17:58:28 +02:00
Bozhidar Batsov
00acbcfcaa Update README.md 2012-03-07 17:50:47 +02:00
Bozhidar Batsov
47981c6ee1 some README improvements 2012-02-27 12:20:54 +02:00
Bozhidar Batsov
ce3cb64147 updated the README a bit 2012-02-24 15:22:39 +02:00
Bozhidar Batsov
ac01f235cc minor additions to the README 2012-02-17 18:32:55 +02:00
Bozhidar Batsov
fc6e65b28e added an installation instruction 2012-02-17 15:14:32 +02:00
Bozhidar Batsov
4b8ca36c49 a few documentation improvements 2012-02-17 15:07:54 +02:00
Bozhidar Batsov
52e2e165e3 added an automated installer 2012-02-16 16:25:18 +02:00
Bozhidar Batsov
100055e879 fixed #66 - added prelude-restore-arrow-keys function 2012-02-16 12:41:03 +02:00
Bozhidar Batsov
91f6f1b42d minor README update 2012-01-26 19:32:26 +02:00
Bozhidar Batsov
7dc48bdb61 minor update 2011-12-12 15:52:42 +02:00
Jim Remsik
6b118234f1 Fixes a tiny punctuation issue 2011-11-24 14:52:08 -06:00
Bozhidar Batsov
708a6cb629 better documentation, better init sequence 2011-10-11 21:09:02 +03:00
Daemian Mack
38e07ef898 Fixes quasi-ironic "edtitor" typo. :) 2011-10-09 16:26:20 -03:00
Bozhidar Batsov
a2380fa7d6 added a short readme 2011-10-08 00:55:49 +03:00