Commit graph

38 commits

Author SHA1 Message Date
Bozhidar Batsov 23bbfc80fa Bump the copyright years 2023-02-24 07:57:29 +01:00
Bozhidar Batsov 416ffd3bbf Bump the copyright years 2022-06-03 08:09:25 +03:00
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 78ba4bebe2 Clean up a bit the Common Lisp module 2018-09-29 11:31:50 +03:00
Bozhidar Batsov fc908101cc Fix some indentation 2018-09-29 11:28:58 +03:00
Bozhidar Batsov e14ec16e99 [Fix #771] Don't auto-start SLIME in Common Lisp source files 2018-09-29 11:27:37 +03: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 d09630aefb Tweak some OS references 2018-05-06 13:35:38 +03:00
Bozhidar Batsov bf57696835 Update the copyright years 2018-05-06 09:21:24 +03:00
Manoel Vilela 41775b9b6b Upgrade prelude-common-lisp.el (#1099)
* Remove TAB remap

This will fix the warning for each TAB:
> "‘slime-indent-and-complete-symbol’ is an obsolete command
   (as of 2015-10-18); 

* Add slime-cl-indent to slime-contribs

This will ensure that lisp-indent-function will be used correctly
for Common Lisp (not Emacs Lisp).
2017-07-16 15:14:02 +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 4e807b8d5f Merge pull request #834 from tmccombs/slime-repl-fix
Improve slime repl
2015-04-17 00:03:18 +03:00
Bozhidar Batsov dbfe0df1d0 Use sbcl in the absence of ccl on OS X 2015-04-05 21:06:47 +03:00
Thayne McCombs 4fe5752a8d Improve slime repl
This enables the slime-fancy contribs for slime, and no longer enables
rainbow-delimiters for the slime repl.

rainbow-delimiters doesn't seem to work with the slime-repl anyway, and
messes up all of the other colors.
2015-03-22 23:05:37 -06: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
Bozhidar Batsov e13be254bb Install SLIME from MELPA 2014-12-07 11:36:15 +02:00
toctan ffe8350530 Start slime automatically with slime-auto-start 2014-06-30 20:02:40 +08:00
toctan 158f695813 Do not bind "C-c i" to slime-inspect
This keybinding is in conflict with that of `prelude-ido-goto-symbol`,
and `slime-inspect` is already bound to "C-c I"
2014-06-30 20:02:37 +08:00
Simon Whalen d7ba68c19f Look for Quicklisp in ~/quicklisp and ~/.quicklisp
In `prelude-common-lisp.el`, look in both `~/quicklisp/` and
`~/.quicklisp/` for `slime-helper.el`, on the assumption that most users
will have Quicklisp installed in one of these two locations.

This commit fixes #582
2014-06-25 22:34:11 +12:00
Rowan Thorpe 646905c505 Avoid compile warning in test for slime 2014-06-07 23:47:09 +03:00
Abizer Nasir 4b680ddfc6 Correct terminator for .sbclrc 2014-04-01 08:23:01 +01:00
Abizer Nasir 46d31840e9 Open files with .cl extension in lisp-mode
I'm surprised that this isn't already the case.

Although most people use the .lisp extension, some do use .cl
2014-04-01 08:21:53 +01:00
Bozhidar Batsov e12d5fbf51 Minor cleanup 2013-07-08 12:49:35 +03:00
capdevc c997127958 Remove paredit stuff from prelude-common-lisp.el
The paredit backspace override without having paredit-backward-delete-key defined by paredit was breaking slime loading. I commented this out rather than deleting it since I noticed you had just commented out other paredit stuff elsewhere
2013-07-07 15:28:55 -05: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
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 7b108c386b better system-type handling 2011-10-20 00:54:17 +03: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
Renamed from prelude-common-lisp.el (Browse further)