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
7bb58b8e86
[ Fix #1012 ] Update a reference to a crux function
2016-10-06 13:23:22 +03: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
Bin Huang
b2b83b4341
`turn-on-eldoc-mode' is an obsolete command (as of 24.4); use
...
`eldoc-mode' instead.
2015-01-21 21:25:38 +08:00
k1-hedayati
5476324772
[ Fix #783 ] Removed rainbow-mode from prelude-packages
2015-01-15 12:30:03 +03:30
k1-hedayati
58550466ad
[ Fix #779 ] Moved elisp-slime-nav to elisp module
2015-01-15 12:30:03 +03:30
Bozhidar Batsov
dc82375714
Update copyright years
2014-12-07 11:37:46 +02:00
Bozhidar Batsov
b998a8bd47
Don't recompile elc files outside of Prelude
2014-05-28 18:57:54 +03:00
Bozhidar Batsov
3f0322a806
Add extra keybindings for eval-defun and eval-buffer
2014-05-28 18:56:58 +03:00
Bozhidar Batsov
fea2c44cbd
Add wrapping commands to ielm-map
2013-12-07 09:15:12 +02:00
Bozhidar Batsov
fa42408438
Cask files are Emacs Lisp files
2013-11-03 23:09:56 +02:00
Ranmocy Sheng
1c9935ff97
recompile elc instead of removing it when saving elisp file
2013-10-21 15:17:24 -07:00
Bozhidar Batsov
98e453c640
Enable smartparens in the minubuffer during eval-expression
2013-09-04 12:14:43 +03:00
Bozhidar Batsov
fb1164e37f
Enable manually elisp-slime-nav ( fixes #325 )
2013-05-23 11:38:04 +03:00
Bozhidar Batsov
5e93ddc62b
Fix #313 - invoke prelude-remove-elc-on-save only for Emacs Lisp buffers
2013-05-03 15:42:27 +03:00
Bozhidar Batsov
3996597b44
Fix a typo
2013-04-29 11:07:58 +03:00
Bozhidar Batsov
0f9bff7c71
Don't run checkdoc checker on elisp test files
2013-04-29 10:56:32 +03:00
Bozhidar Batsov
9fbef947b5
Clean up Emacs Lisp config
2013-04-29 08:00:04 +03:00
Bozhidar Batsov
00661efa2a
A bit of cleanup and doc-string fixes
2013-03-07 09:57:33 +02:00
Bozhidar Batsov
5803d30af6
Clean up the modeline a bit with diminish.el
2013-03-06 21:43:59 +02:00
Bozhidar Batsov
18412db68d
Improve the behaviour of the visit-ielm command
2013-01-30 18:09:25 +02:00
Bozhidar Batsov
b84dfee681
Introduce prelude-visit-ielm command and bind it to C-c C-z (a-la-slime)
2013-01-29 23:58:15 +02:00
Bozhidar Batsov
269e9137ec
updated copyright
2013-01-02 13:13:59 +02:00
Bozhidar Batsov
67e34d8831
latest elisp-slime-nav autoloads its emacs-lisp hook
2013-01-01 21:29:40 +02:00
Bozhidar Batsov
1c5658d882
by popular demand - added elisp-slime-nav
2012-12-23 15:33:27 +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
Perry Kundert
04b1fe44c3
Convert all prelude-*-mode-hooks into actual hooks (allow add-hook)
2012-02-27 14:32:19 -07:00
Bozhidar Batsov
8e5022a509
added rainbow-mode
2012-01-10 15:31:45 +02: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
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