Commit graph

106 commits

Author SHA1 Message Date
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
Bozhidar Batsov b0552a847b refresh the package archive on every start 2011-12-07 22:28:16 +02:00
Bozhidar Batsov 2018709128 refactored prog-mode related config into a separate module 2011-12-07 22:21:32 +02:00
Bozhidar Batsov 78b726d49b moved both zenburn and solarized to Marmalade 2011-12-04 00:32:42 +02:00
Bozhidar Batsov f19c00c272 added el-get for easier package management 2011-12-03 18:10:54 +02:00
Bozhidar Batsov 4bc0350c47 customizations are no more - they don't work particularly well for
something like Prelude
2011-11-27 13:47:34 +02:00
Bozhidar Batsov b3ffef226d added basic customizations allowing to toggle the modules of Prelude
on or off
2011-11-24 20:17:10 +02:00
Bozhidar Batsov 57ac83c7d5 custom.el is now loaded just once 2011-11-24 20:02:45 +02:00
Bozhidar Batsov 5c716ea493 fixed #24 - added some basic org-mode config 2011-11-23 12:48:09 +02:00
Bozhidar Batsov 546d89e98f added basic support for Python programming and an extensive ERC config
(to be refined)
2011-11-18 17:16:50 +02:00
Hoàng Đức Hiếu 3838eed22c load custom-file before loading modules
Otherwise customized prelude variables (e.g.
prelude-disable-arrow-navigation) will not have effect.
2011-10-26 16:16:44 +07:00
Bozhidar Batsov 7b108c386b better system-type handling 2011-10-20 00:54:17 +03:00
Morten Hein Tiljeset 4df8d9f7cd Missing parenthesis. 2011-10-16 11:55:04 +02:00
Hoàng Đức Hiếu 257515a2d7 don't load custom.el twice 2011-10-16 15:52:56 +07:00
Bozhidar Batsov 3ee1379252 added some basic javascript setup 2011-10-15 23:05:13 +03:00
Bozhidar Batsov b4dd55883f added basic customization support 2011-10-15 13:04:02 +03:00
Bozhidar Batsov 29ca3b99c4 made prelude-dir relative to the location of Prelude's init.el 2011-10-11 22:21:31 +03:00
Bozhidar Batsov 13ce41a3e3 leftover from the previous commit 2011-10-11 21:24:22 +03:00
Bozhidar Batsov 708a6cb629 better documentation, better init sequence 2011-10-11 21:09:02 +03:00
Bozhidar Batsov 9d6a4543c0 added basic scheme setup 2011-10-11 07:25:35 +03:00
Bozhidar Batsov 4b9386b555 cleanup & small fixes 2011-10-11 00:38:10 +03:00
Bozhidar Batsov c198fd49f1 added LaTeX config 2011-10-10 21:17:36 +03:00
Hoàng Đức Hiếu b34622b79a load EDK's custom-file 2011-10-10 16:31:56 +07:00
Bozhidar Batsov ea15423f0a added nxml-mode and coffee-mode configs 2011-10-10 00:34:08 +03:00
Bozhidar Batsov 4234803243 Perl joins the Prelude family :-) 2011-10-09 22:41:07 +03:00
Bozhidar Batsov 6d836e35c3 fixed #1 2011-10-09 22:00:01 +03:00
Bozhidar Batsov b6fc821508 saner osx path, enable auto-fill in text modes 2011-10-09 17:02:16 +03:00
Bozhidar Batsov 9d77d83cd8 added markdown-mode config 2011-10-09 00:24:13 +03:00
Bozhidar Batsov 301d057078 some more groundwork 2011-10-08 23:05:06 +03:00
Bozhidar Batsov 6c876a6531 fixed a couple of oversights 2011-10-07 23:47:41 +03:00
Bozhidar Batsov c8cb85052f laying down some groundwork 2011-10-07 23:25:37 +03:00