Bozhidar Batsov
07e822f95e
started to replace cl code with dash.el
2012-12-15 18:37:54 +02:00
Bozhidar Batsov
f931272111
fixed a bug with the prelude-flyspell check
2012-12-09 11:36:21 +02: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
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
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
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
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
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
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
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
a4c89bd91c
made C-x C-x (exchange mark and point) transient-mark-mode friendly
2012-09-06 22:42:07 +03:00
Bozhidar Batsov
84ec2fe1e9
#180 fixed - easy way to create a new scratch buffer
2012-09-06 14:09:47 +03:00
Anton Ilin
fa9bb097a3
Use forward-line instead of next-/previous-line.
2012-08-23 10:12:58 +03:00
Bozhidar Batsov
d8e36b4b74
fixed an auto-install bug
2012-07-07 13:46:50 +03:00
Bozhidar Batsov
1f58d377a6
Merge pull request #179 from fbs/savefile
...
Let the user decide where to store save/history files
2012-06-21 23:23:35 -07:00
Bozhidar Batsov
ac6d51e250
Merge branch 'master' of github.com:bbatsov/prelude
2012-06-22 09:10:00 +03:00
Bozhidar Batsov
2f24b87eb4
moved guru-mode to prog-mode-hook only
2012-06-22 09:09:53 +03:00
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.
2012-06-21 22:02:43 -07:00
bas
fd0eb06975
Update all the `savefile' locations to the new location.
2012-06-16 20:14:27 +02:00
David Browne
a08b40aa93
prelude-visit-term-buffer now obeys user's $SHELL
2012-06-16 00:15:09 -06:00
Bozhidar Batsov
59f26f63f6
fixed #166 - switched to guru-mode to enforce good Emacs navigation habits
2012-06-14 15:12:33 +03:00
Nicholas Kirchner
bae15caccd
Fix menu bars on OS X
2012-06-08 08:50:34 -05:00
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.
2012-06-05 12:18:14 -07:00
Bozhidar Batsov
83aad3506c
Merge branch 'master' of github.com:bbatsov/prelude
2012-05-16 14:50:41 +03:00
Bozhidar Batsov
026dc563d1
show the tips after the init sequence has completed
2012-05-16 14:50:30 +03:00
Rahul Saxena
7cf8301ea9
OSX: Add path support for macports binaries
...
macports binaries are located at /opt/local/bin and sbin
2012-05-13 11:25:36 -06:00
Bozhidar Batsov
90d1f3c534
fixed a typo
2012-05-13 10:52:23 +03:00
Bozhidar Batsov
c8ce44ba68
auto-install now favors Prelude modules
2012-05-12 16:46:11 +03:00
Bozhidar Batsov
22be13f741
more robust auto-installation sequence (package name may differ from
...
major mode name now)
2012-05-12 12:04:38 +03:00
Bozhidar Batsov
0162212c8a
minor change
2012-05-07 18:06:32 +03:00
Bozhidar Batsov
2d4ad1812d
added a basic tip of the day feature
2012-05-07 18:04:03 +03:00
Bozhidar Batsov
5f75563458
fixed erlang-mode package name
2012-05-07 17:44:48 +03:00
Feynman Liang
6ebc4f1c55
Updated OS X hooks to set PATH environment variable
2012-05-04 10:57:50 -04:00
Abizer Nasir
aab5d775f5
Correct the display of Prelude minor mode in the modeline
2012-04-29 17:18:35 +01:00
Bozhidar Batsov
87897682d6
moved ido-imenu's keybinding to prelude-programming
2012-04-27 17:32:23 +03:00