Bozhidar Batsov
b3d87a42f5
another bunch of README fixes
13 years ago
Bozhidar Batsov
7e83806cd2
README improvements
13 years ago
Bozhidar Batsov
a4c89bd91c
made C-x C-x (exchange mark and point) transient-mark-mode friendly
13 years ago
Bozhidar Batsov
84ec2fe1e9
#180 fixed - easy way to create a new scratch buffer
13 years ago
Bozhidar Batsov
d4801063de
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.
13 years ago
Bozhidar Batsov
cfb3fbdc9f
unified the README and the project page
13 years ago
Bozhidar Batsov
bd6c542c3a
Merge pull request #203 from bronislav/interactive-use-only-warnings
Use forward-line instead of next-/previous-line.
13 years ago
Anton Ilin
fa9bb097a3
Use forward-line instead of next-/previous-line.
13 years ago
Bozhidar Batsov
d8e36b4b74
fixed an auto-install bug
14 years ago
Bozhidar Batsov
b01797344f
Merge pull request #193 from vinbarnes/patch-1
typo tweak
14 years ago
Kevin R. Barnes
897ee155af
typo tweak
14 years ago
Bozhidar Batsov
93c06fad91
create the savefile dir automatically if needed
14 years ago
Bozhidar Batsov
c3b1e45c9e
Merge pull request #190 from Abizern/patch-1
Change .gitignore to include the savefile dir instead of the savefiles d...
14 years ago
Abizer Nasir
37362cc257
Change .gitignore to include the savefile dir instead of the savefiles dir
14 years ago
Bozhidar Batsov
5420b9067b
restored accidentally deleted dirs
14 years ago
Bozhidar Batsov
a027018eb9
Merge pull request #189 from fbs/new-installer
Installer updates.
14 years ago
bas smit
1c60f80383
Remove the broken usage message.
14 years ago
bas smit
db1e2b2988
Check if prelude is installed before anything else.
14 years ago
bas smit
14c7fb3b4c
Don't hide the output of `mkdir`.
14 years ago
bas smit
26f2c22e05
Removed the savefile dir.
14 years ago
bas smit
ccf74a1197
Fixed bugs in the installer:
- Bytecompilation run twice
- Bash style string concat that doesn't work with sh.
- Default path was \$HOME instead of the users homedir ('' vs "").
14 years ago
Bozhidar Batsov
e1c8e9b834
Merge pull request #187 from fbs/new-installer
New/improved installer
14 years ago
bas smit
64b36cfc28
Fixed bytecompilation.
14 years ago
bas
7da8c4075a
New installer.
The new installer supports:
- Specify source & destination with cli options.
- Replace or install into existing config.
- Easier colors
- Verbose output
- Disable bytecompilation of prelude.
- Help output
14 years ago
Bozhidar Batsov
1f58d377a6
Merge pull request #179 from fbs/savefile
Let the user decide where to store save/history files
14 years ago
Bozhidar Batsov
ac6d51e250
Merge branch 'master' of github.com:bbatsov/prelude
14 years ago
Bozhidar Batsov
2f24b87eb4
moved guru-mode to prog-mode-hook only
14 years ago
Bozhidar Batsov
c1b50e1fef
Merge pull request #186 from vmann/patch-1
Remove prelude-restore-arrow-keys from Navigation. This function was rem...
14 years ago
vmann
7f67f07d3d
Remove prelude-restore-arrow-keys from Navigation. This function was removed in favor of loading guru-mode ( #166 ). No known replacement for this function.
14 years ago
bas
219df8930e
Remove the empty directories from the repo.
14 years ago
bas
fd0eb06975
Update all the `savefile' locations to the new location.
14 years ago
bas
87b7e23b1b
Added savefile dir and updated gitignore.
14 years ago
Bozhidar Batsov
072c23b67e
Merge pull request #177 from fbs/readme-emacs24
Remove 'emacs-24 not yet released' from the readme.
14 years ago
Bozhidar Batsov
ad521cb6e3
Merge pull request #176 from fbs/installer
Check emacs version during installation of prelude.
14 years ago
Bozhidar Batsov
37581d3937
Merge pull request #175 from djb/master
prelude-visit-term-buffer launches the user's $SHELL
14 years ago
bas
9f54accd04
Removed emacs-24 not yet released from the readme.
14 years ago
bas
506805d695
Display a warning if emacs-24 isn't found during installation.
14 years ago
David Browne
a08b40aa93
prelude-visit-term-buffer now obeys user's $SHELL
14 years ago
Bozhidar Batsov
59f26f63f6
fixed #166 - switched to guru-mode to enforce good Emacs navigation habits
14 years ago
Bozhidar Batsov
610f50b716
fixed #164 - added a note about backing .emacs and .emacs.d
14 years ago
Bozhidar Batsov
4377e146cf
Merge pull request #170 from genexp/alternateinstall
Allows you to install from your own repository and use a different directory
14 years ago
Bozhidar Batsov
7d72d147cc
Merge pull request #168 from genexp/master
This pull adds .smex-items and places to the .gitignore file
14 years ago
Bozhidar Batsov
00a0181b1b
Merge pull request #167 from NicholasKirchner/master
Menu bars, again
14 years ago
Brian Corrigan
a006ea4a2e
Update text a bit
14 years ago
Brian Corrigan
c0319652b7
Allows alternate install locations, and repos
14 years ago
Brian Corrigan
86b0ac01b7
Adds .smex-items and places to gitignore file
14 years ago
Nicholas Kirchner
bae15caccd
Fix menu bars on OS X
14 years ago
Bozhidar Batsov
28635cad77
Merge pull request #165 from zwass/master
Fixing Issue 163: invalid function with-selected-frame
14 years ago
Zachary Wasserman
3fadc4733c
Fixing Issue 163: invalid function with-selected-frame
The function isn't loaded when Prelude tries to start up, resulting in
an error. I believe the intended effect can be achieved without its
use, and this change modifies the prelude-frame-config function in
accordance with this.
14 years ago
Bozhidar Batsov
e30cb93db4
ignore the custom.el
14 years ago