Bozhidar Batsov
c3fd21ebbf
Merge pull request #232 from bradleywright/relative-packaging
Make `package-user-dir` relative to Prelude
13 years ago
Bozhidar Batsov
257e71b894
fixed #235 - shell variables have to be exported to be accessible in subshells
13 years ago
Bozhidar Batsov
03ee9319b9
added a basic list of useful keybindings available in Prelude
13 years ago
Bozhidar Batsov
6db74a90a3
auto-indent code pasted in clojure and scala buffers
13 years ago
Bradley Wright
067aad7510
Make `package-user-dir` relative to Prelude
This makes the entire Prelude configuration portable, meaning it's easier to try
out in different Emacs enviroments.
13 years ago
Bozhidar Batsov
bfba8f79e1
Merge pull request #224 from kaos/patch-1
utils/installer.sh: fix for replace existing config.
13 years ago
Andreas Stenius
f6fa53d4c3
utils/installer.sh: fix for replace existing config.
13 years ago
Bozhidar Batsov
45ef0320e5
Merge pull request #223 from kautsig/master
fixed helm-mini fallback if no projectile is available
13 years ago
Chris Raschl
5f11f8ddeb
fixed helm-mini fallback
13 years ago
Bozhidar Batsov
d2f7535348
added support for the Scala programming language
13 years ago
Bozhidar Batsov
bda721449b
replaced a bunch of concats with expand-file-name
13 years ago
Bozhidar Batsov
618a4627dc
added the exec-path-from-shell package
13 years ago
Bozhidar Batsov
901b903e10
bundle solarized by default
13 years ago
Bozhidar Batsov
11772f6612
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
46d39475de
fixed #220 - load volatile-highlights after advising kill-line and kill-region
13 years ago
Bozhidar Batsov
93c2098e36
Merge pull request #218 from bronislav/fixes
Fix obsolete warnings (as of yasnippet 0.8):
13 years ago
Anton Ilin
350fc4dc68
Fix obsolete warnings (as of yasnippet 0.8):
- use `yas-snippet-dirs` instead of obsolete `yas/snippet-dirs`
- use `yas-global-mode` instead of obsolete `yas/global-mode`
13 years ago
Bozhidar Batsov
bfc7af2aaf
updated the section about disabling whitespace-mode
13 years ago
Bozhidar Batsov
d5c1edc297
turns out using a mode in a hook always enables it so the turn on
functions were not actually needed
13 years ago
Bozhidar Batsov
e62feee6e0
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
e1fcc4454e
added a very helpful command prelude-swap-meta-and-super bound to C-c w
13 years ago
Bozhidar Batsov
3e45726967
fixed a couple of keybinding inconsistencies
13 years ago
Bozhidar Batsov
38b96798c7
Merge pull request #211 from leoger/patch-1
Adding missing newline in installer.sh usage text
13 years ago
Leo Gertsenshteyn
4873a03e16
Adding missing newline in installer.sh usage text
Usage was missing a newline between --colors and --directory.
13 years ago
Bozhidar Batsov
e856b93d29
added a mention of the Emacs Prelude google group in the README
13 years ago
Bozhidar Batsov
228520f222
added $HOME/bin to the path env variable under osx
13 years ago
Bozhidar Batsov
bf3c8ce11d
synced with the latest projectile version
13 years ago
Bozhidar Batsov
8ed8063542
fixed #208 - a confusing bit of text in the README
13 years ago
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