Bozhidar Batsov
aa05753b97
Enable subword-mode for JavaScript
2020-08-18 19:15:19 +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
edd83dc60b
Add json-mode
2014-10-11 11:34:45 +08:00
toctan
fa64e27914
js2-mode is awesome
2014-10-11 11:34:38 +08:00
toctan
0da2bd461c
remove curly braces from js electric-layout-rules
...
fix #694
2014-09-26 10:28:07 +08: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
6e31729ba9
Make use of the new prog-mode/prog-mode-hook functionality in Emacs 24
2011-12-01 23:55:47 +02:00
Bozhidar Batsov
6d3d16fa39
cleaned up hooks a bit
2011-11-27 14:55:59 +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
3ee1379252
added some basic javascript setup
2011-10-15 23:05:13 +03:00