Geoff Shannon
d2b954b04c
Add comment documenting load dependency
2014-05-15 13:36:58 -07:00
Geoff Shannon
5ffa4bb187
Pull Prelude's custom variables into a new file
...
This is so we can define a custom variable to use in prelude-core
2014-05-15 13:36:57 -07:00
Bozhidar Batsov
3473350829
Set large-file-warning-threshold to 100MB (by default it was just 10)
2014-05-14 16:08:21 +03:00
Doug MacEachern
4855e6efd2
Filter all hidden directories when adding to load-path
...
prelude-add-subfolders-to-load-path currently recurses into ".git"
directories for example. Seems reasonable to skip any "hidden"
directory prefixed with a "."
2014-04-30 16:54:42 -07:00
Bozhidar Batsov
bdf1d12df7
Always load newest byte code
2014-04-04 14:46:44 +03:00
Bozhidar Batsov
05c5a52d22
Improve version check
2014-04-04 14:46:44 +03:00
Bozhidar Batsov
4ca22fbf1c
[ Fix #451 ] Add the ability to preload personal code
2013-12-06 17:34:06 +02:00
Bozhidar Batsov
b1caa73aa3
Add a basic version check
2013-09-05 14:24:38 +03:00
Bozhidar Batsov
09635ea870
[ Fix #378 ] Add folders recursively to the load-path in prelude-add-subfolders-to-load-path
2013-09-02 18:38:04 +03:00
Shanmu Thiagaraja
6c1c6ff0da
Fixed username (in windows-nt) in the final message after loading prelude.
2013-08-02 20:41:39 +01:00
Shanmu Thiagaraja
99a26d88a2
Username fix for windows-nt
2013-07-31 14:25:23 +01:00
Bozhidar Batsov
f341074dd8
Add flx to list of default packages
2013-07-13 10:01:19 +03:00
Bozhidar Batsov
610133b511
Remove yasnippets from the list of default packages
...
Prelude provided just a basic config anyways. Anyone can still install
the package manually and enable it in his/her personal config.
2013-06-29 15:47:57 +03:00
Bozhidar Batsov
73b713a850
Don't use dash.el during package init
2013-04-25 15:13:52 +03:00
Bozhidar Batsov
432e602977
A few minor changes regarding OSX support
2013-03-23 10:52:23 +02:00
Bozhidar Batsov
02b3f27e65
Cleaned up some requires here and there
2013-03-12 21:56:21 +02:00
Bozhidar Batsov
5a14cdb486
Display a message when loading the personal config
2013-03-12 21:09:05 +02:00
Bozhidar Batsov
480170f7a9
Minor doc fixes
2013-03-10 19:44:52 +02:00
Bozhidar Batsov
29dc436b64
Make the list of modules loaded by Prelude configurable.
...
Modules loaded by Prelude can now easily be adjusted via
the file `prelude-modules.el` in Prelude's installation folder.
To disable a module simply comment it out; conversely uncomment
a module to enable it.
2013-01-13 20:42:17 +02:00
Bozhidar Batsov
91a4c94730
Add imenu support for markdown-mode.
2013-01-13 15:08:21 +02:00
Sliim
a64989ad38
Fix personal snippets directory
2012-12-22 01:01:03 +01: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
b01492e7ea
moved back the prelude modules into the main Prelude project
2012-12-15 22:07:25 +02:00
Bozhidar Batsov
07e822f95e
started to replace cl code with dash.el
2012-12-15 18:37:54 +02:00
Bozhidar Batsov
7cbb23e77e
fixed #228 - restored prelude-personal-snippets-directory
2012-12-09 00:14:53 +02:00
Bozhidar Batsov
bda721449b
replaced a bunch of concats with expand-file-name
2012-10-21 18:16:40 +03:00
Bozhidar Batsov
93c06fad91
create the savefile dir automatically if needed
2012-07-03 09:41:50 +03:00
bas
87b7e23b1b
Added savefile dir and updated gitignore.
2012-06-16 20:14:22 +02:00
Bozhidar Batsov
026dc563d1
show the tips after the init sequence has completed
2012-05-16 14:50:30 +03:00
Bozhidar Batsov
2d4ad1812d
added a basic tip of the day feature
2012-05-07 18:04:03 +03:00
Bozhidar Batsov
5b38ad5d8c
fixed #138 - fixed auto-install's behaviour
2012-04-23 13:10:19 +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
zickzackv
26394bc3a6
Loads the files in the personal dir by absolute path. Loads really the custom.el file and others and does not
...
shadow other existing files. Load-path does currently not include the personal dir
2012-04-17 20:02:02 +03:00
Bozhidar Batsov
23f3853a95
extracted non-essential modules to a separate project
2012-04-17 17:35:21 +03:00
Bozhidar Batsov
5b2ef06840
refactored prelude-ruby into several modules
2012-04-12 17:11:50 +03:00
Bozhidar Batsov
5ea0f20b9a
added mediawiki support
2012-03-30 15:26:12 +03:00
Bozhidar Batsov
98ec2368ae
improved the conventions for snippet placement
2012-03-21 16:50:01 +02:00
Perry Kundert
04b1fe44c3
Convert all prelude-*-mode-hooks into actual hooks (allow add-hook)
2012-02-27 14:32:19 -07:00
Bozhidar Batsov
605afde052
introduced prelude-mode
2012-02-23 18:02:34 +02:00
Bozhidar Batsov
024cd52f00
don't load custom.el twice
2012-02-15 18:14:03 +02:00
Gleb Peregud
10f7bebf95
add prelude-erlang
2012-02-15 15:42:49 +01:00
Bozhidar Batsov
2bd9b151b5
fixed #63 - switched for full-ack to ack-and-a-half
2012-02-15 14:34:00 +02:00
Bozhidar Batsov
9e78011829
minor change
2012-02-14 17:48:03 +02:00
Bozhidar Batsov
401a913402
fixed #60 - removed el-get due to Windows related problems it was causing
2012-02-14 13:08:53 +02:00
Bozhidar Batsov
ad1d88ba83
fixed nasty init error
2012-01-26 19:37:42 +02:00
Bozhidar Batsov
0530c9a833
added support for the Groovy programming language
2011-12-21 15:25:26 +02:00