Commit graph

52 commits

Author SHA1 Message Date
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
Bozhidar Batsov 13f5470b33 disabled problematic electric-ident and electric-layout modes 2012-04-26 19:07:46 +03:00
Bozhidar Batsov 5b38ad5d8c fixed #138 - fixed auto-install's behaviour 2012-04-23 13:10:19 +03:00
Bozhidar Batsov 9fcc478b97 Merge branch 'master' of github.com:bbatsov/prelude
Conflicts:
	prelude/prelude-auto-install.el
2012-04-23 12:15:31 +03:00
Bozhidar Batsov adbf5fd665 minor change 2012-04-23 12:13:56 +03:00
Bozhidar Batsov 70f84b288a added feature-mode to auto-install 2012-04-23 12:13:12 +03:00
Bozhidar Batsov c55d691ac3 fixed #136 - default windmove keybindings 2012-04-23 12:11:44 +03:00
Arthur Andersen a64d260045 added coffee-mode to list of auto-installed modes 2012-04-21 11:44:42 +02:00
Bozhidar Batsov f6655ab2e9 added a fix for markdown-mode 2012-04-20 12:09:12 +03:00
Bozhidar Batsov 8c04091c97 moved back ack support to prelude's core 2012-04-19 11:35:17 +03:00
Bozhidar Batsov af1ebfc831 fixed #92 - auto-install missing major modes 2012-04-18 17:36:38 +03:00
Bozhidar Batsov b635a36a0c restored vendor and snippets dirs 2012-04-18 12:31:11 +03:00