Bozhidar Batsov
9cfdb2694a
cleaned up some package dependency stuff
2013-01-02 14:26:54 +02:00
Bozhidar Batsov
269e9137ec
updated copyright
2013-01-02 13:13:59 +02:00
Bozhidar Batsov
43cb5ecf8c
enabled winner-mode by default
2013-01-01 21:38:50 +02:00
Bozhidar Batsov
0d09e2a268
added clojure-test-mode
2013-01-01 21:33:28 +02:00
Bozhidar Batsov
e8cd914e50
code style
2013-01-01 21:31:58 +02:00
Bozhidar Batsov
67e34d8831
latest elisp-slime-nav autoloads its emacs-lisp hook
2013-01-01 21:29:40 +02:00
Bozhidar Batsov
5c2b033d42
show the prelude-mode-map in prelude-mode's help
2013-01-01 21:27:22 +02:00
Bozhidar Batsov
0bc3897191
added an autoload and a keybinding for zap-up-to-char
2012-12-26 10:38:03 +02:00
Bozhidar Batsov
1c5658d882
by popular demand - added elisp-slime-nav
2012-12-23 15:33:27 +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
61f53e6d06
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-23 09:54:59 +02:00
Bozhidar Batsov
4acc2043b6
strip the faces of symbol strings in prelude-ido-goto-symbol
2012-12-23 09:54:46 +02:00
Bozhidar Batsov
23d7fbda3c
Merge pull request #247 from Sliim/fix-personal-snippets-dir
...
Fix personal snippets directory
2012-12-22 01:53:16 -08:00
Sliim
a64989ad38
Fix personal snippets directory
2012-12-22 01:01:03 +01:00
Bozhidar Batsov
2f098392c7
fixed #246 - uncommented yasnippet init code
2012-12-20 15:12:10 +02:00
Bozhidar Batsov
1a61031c53
auto-install scala-mode2 instead of scala-mode
2012-12-20 14:25:07 +02:00
Bozhidar Batsov
410c1ca4c9
migrated to scala-mode2
2012-12-19 16:36:19 +02:00
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