Commit graph

92 commits

Author SHA1 Message Date
Bozhidar Batsov e7876d5096 Merge branch 'master' of github.com:bbatsov/prelude 2017-12-25 11:26:31 +02:00
Bozhidar Batsov 3313cc0a6a Fix a typo 2017-12-25 11:26:08 +02:00
Benjamin Reynolds f7d5d68d43 Patch security vulnerability for emacs < 25.3 2017-09-13 12:33:45 +02:00
Jack 2ed8800e29 Refine missing bundled example file warning (#1094) 2017-07-08 09:28:57 +03:00
Johannes Choo ab09e984d1 Add stanza inserted by Package.el cf. bbatsov#1056
Add obnoxious stanza auto-inserted by Package.el to prevent it generating its own whenever Emacs is started.
cf. bbatsov#1056
2017-01-04 09:18:53 +02:00
Bozhidar Batsov e0ca7c7003 Update the copyright years 2017-01-04 01:20:26 +02:00
Joe DeVivo 6d1569289e Disable Flycheck warnings for personal
* Modified the regex so prelude won't load any .el files that start with
  a `.`, spefically for `.dir-locals.el`. This file does not play nice
  with `load`
* Added a `personal/.dir-locals.el` to disable the flychecker
2017-01-04 01:14:32 +02:00
Bozhidar Batsov 3fef152774 [#956] Mention that Emacs 24.4 is required
Some packages are now depending on Emacs 24.4 (e.g. magit).
2016-04-28 16:14:14 -07:00
Bozhidar Batsov ebd6e9d591 Update the copyright years 2016-01-31 08:44:18 +02:00
Bozhidar Batsov 601db9099e Update copyright 2015-12-25 11:31:41 +02:00
Bozhidar Batsov 00b48933bd Warn if the modules file is missing 2015-01-27 08:33:16 +02:00
toctan 28b9df0673 Custom theme via prelude-theme variable 2014-10-15 21:15:55 +08:00
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