Bozhidar Batsov
c38ad8e516
Release Prelude 1.1
2021-02-14 12:31:04 +02:00
Bozhidar Batsov
edeef9ee4b
Make the file metadata more uniform
2020-09-15 09:19:15 +03:00
Bozhidar Batsov
dd9b01a991
Bump the copyright years
2020-01-20 16:35:36 +02:00
Bozhidar Batsov
cecae9ca19
Replace usages of eval-after-load with with-eval-after-load
...
`with-eval-after-load` was introduced in Emacs 24.4 and its
usage results in a cleaner code.
`eval-after-load` is considered ill-behaved because it is a function,
not a macro, and thus requires the code inside it to be quoted, which
means that it cannot be byte-compiled. It also accepts only one form,
so if you have more than one, you need to use `progn`.
More details - https://stackoverflow.com/questions/21880139/what-is-with-eval-after-load-in-emacs-lisp
2018-09-14 09:50:00 +03:00
Bozhidar Batsov
bf57696835
Update the copyright years
2018-05-06 09:21:24 +03:00
Bozhidar Batsov
e0ca7c7003
Update the copyright years
2017-01-04 01:20:26 +02:00
Bozhidar Batsov
ebd6e9d591
Update the copyright years
2016-01-31 08:44:18 +02:00
Bozhidar Batsov
c2da437aa4
Update copyright years
2015-03-03 13:04:34 +02:00
Bozhidar Batsov
dc82375714
Update copyright years
2014-12-07 11:37:46 +02:00
toctan
ca4797da79
Clean up prelude-coffee.el
2014-10-11 11:32:40 +08:00
Bozhidar Batsov
d3954749fa
[ Fix #535 ] Correct coffee-mode's config
2014-05-15 17:38:15 +03:00
Andrey Kouznetsov
b1854d35cb
don't enable coffee-cos mode if buffer filename is nil
2014-03-26 21:02:40 +06:00
HANAI tohru
4e8003b975
FIX: coffee-mode
uses coffee-tab-width
instead of tab-width
.
...
And recently it has removed `tab-width` dependency completely.
2014-03-02 16:43:50 +09:00
Bozhidar Batsov
00661efa2a
A bit of cleanup and doc-string fixes
2013-03-07 09:57:33 +02:00
Bozhidar Batsov
9cfdb2694a
cleaned up some package dependency stuff
2013-01-02 14:26:54 +02:00
Bozhidar Batsov
269e9137ec
updated copyright
2013-01-02 13:13:59 +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
23f3853a95
extracted non-essential modules to a separate project
2012-04-17 17:35:21 +03:00
Bozhidar Batsov
66bc6f0809
make heavier use of autogenerated autoloads and eval-after-load to
...
optimize the load time
2012-04-12 18:21:19 +03: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
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
b4dd55883f
added basic customization support
2011-10-15 13:04:02 +03:00
Bozhidar Batsov
4b9386b555
cleanup & small fixes
2011-10-11 00:38:10 +03:00