Bozhidar Batsov
9384846e07
bye, bye cl
2012-12-17 17:43:35 +02:00
Bozhidar Batsov
7c986dd3ef
fixed load order issue
2012-12-17 17:23:15 +02:00
Bozhidar Batsov
56d2ec3e9f
fixed #242 - restored prelude-add-subfolders-to-load-path
2012-12-17 15:20:55 +02:00
Bozhidar Batsov
bb6f87c904
fixed #241 - fixed a typo in a function name
2012-12-15 23:05:47 +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
207d21b5cd
migrated a bit more code to dash.el
2012-12-15 20:42:19 +02:00
Bozhidar Batsov
07e822f95e
started to replace cl code with dash.el
2012-12-15 18:37:54 +02:00
Bozhidar Batsov
a03dfe690d
don't hide git clone errors
2012-12-09 18:42:13 +02:00
Bozhidar Batsov
18ed571f29
whitespace cleanup
2012-12-09 18:18:40 +02:00
Bozhidar Batsov
f931272111
fixed a bug with the prelude-flyspell check
2012-12-09 11:36:21 +02:00
Bozhidar Batsov
e5ecc1de53
Merge pull request #236 from akihiro4chawon/patch-1
...
Update prelude/prelude-editor.el
2012-12-08 23:40:23 -08:00
akihiro4chawon
52e74385de
Update prelude/prelude-editor.el
...
fixed wrong type arument: symbolp, convenience
2012-12-09 14:56:35 +09: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
ad37ec6ad6
added variables that control the enabling/disabling of guru and whitespace-mode
2012-12-09 00:41:09 +02:00
Bozhidar Batsov
a9253bc967
enabled flyspell only is aspell is available
2012-12-09 00:25:58 +02:00
Bozhidar Batsov
7cbb23e77e
fixed #228 - restored prelude-personal-snippets-directory
2012-12-09 00:14:53 +02:00
Bozhidar Batsov
8cdce659ef
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.
2012-12-08 21:00:48 +02:00
Bozhidar Batsov
f66a56a72e
fixed #215 - made Prelude's auto-save optional (and improved it a bit in the process of doing so)
2012-12-08 20:59:59 +02:00
Bozhidar Batsov
c3fd21ebbf
Merge pull request #232 from bradleywright/relative-packaging
...
Make `package-user-dir` relative to Prelude
2012-12-08 05:38:15 -08: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
6db74a90a3
auto-indent code pasted in clojure and scala buffers
2012-12-08 11:15:19 +02:00
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.
2012-12-01 13:10:47 +00:00
Bozhidar Batsov
bfba8f79e1
Merge pull request #224 from kaos/patch-1
...
utils/installer.sh: fix for replace existing config.
2012-11-15 00:11:38 -08:00
Andreas Stenius
f6fa53d4c3
utils/installer.sh: fix for replace existing config.
2012-11-02 11:25:23 +01:00
Bozhidar Batsov
45ef0320e5
Merge pull request #223 from kautsig/master
...
fixed helm-mini fallback if no projectile is available
2012-10-31 03:31:44 -07:00
Chris Raschl
5f11f8ddeb
fixed helm-mini fallback
2012-10-31 08:24:46 +01:00
Bozhidar Batsov
d2f7535348
added support for the Scala programming language
2012-10-22 01:51:56 +03:00
Bozhidar Batsov
bda721449b
replaced a bunch of concats with expand-file-name
2012-10-21 18:16:40 +03:00
Bozhidar Batsov
618a4627dc
added the exec-path-from-shell package
2012-10-21 09:23:09 +03:00
Bozhidar Batsov
901b903e10
bundle solarized by default
2012-10-21 09:15:07 +03:00
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.
2012-10-19 14:48:53 +03:00
Bozhidar Batsov
46d39475de
fixed #220 - load volatile-highlights after advising kill-line and kill-region
2012-10-19 14:48:31 +03:00
Bozhidar Batsov
93c2098e36
Merge pull request #218 from bronislav/fixes
...
Fix obsolete warnings (as of yasnippet 0.8):
2012-10-16 01:34:20 -07:00
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`
2012-10-16 11:19:08 +03:00
Bozhidar Batsov
bfc7af2aaf
updated the section about disabling whitespace-mode
2012-10-08 09:30:30 +03:00
Bozhidar Batsov
d5c1edc297
turns out using a mode in a hook always enables it so the turn on
...
functions were not actually needed
2012-10-05 19:35:39 +03:00
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.
2012-10-05 10:31:55 +03:00
Bozhidar Batsov
e1fcc4454e
added a very helpful command prelude-swap-meta-and-super bound to C-c w
2012-10-05 10:31:31 +03:00
Bozhidar Batsov
3e45726967
fixed a couple of keybinding inconsistencies
2012-10-05 10:15:30 +03:00
Bozhidar Batsov
38b96798c7
Merge pull request #211 from leoger/patch-1
...
Adding missing newline in installer.sh usage text
2012-10-02 22:29:27 -07:00
Leo Gertsenshteyn
4873a03e16
Adding missing newline in installer.sh usage text
...
Usage was missing a newline between --colors and --directory.
2012-10-02 14:52:10 -07: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
228520f222
added $HOME/bin to the path env variable under osx
2012-09-23 16:31:25 +03:00
Bozhidar Batsov
bf3c8ce11d
synced with the latest projectile version
2012-09-18 23:54:41 +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
a4c89bd91c
made C-x C-x (exchange mark and point) transient-mark-mode friendly
2012-09-06 22:42:07 +03:00