Commit graph

34 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 fb359520dd Add some modules documentation 2020-10-09 10:19:29 +03:00
Bozhidar Batsov edeef9ee4b Make the file metadata more uniform 2020-09-15 09:19:15 +03:00
Bozhidar Batsov 6363738951 Update the homepage link 2020-09-15 08:37:35 +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 3906f34d6c Update cider-mode's hook 2015-12-23 10:23:00 +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
Bozhidar Batsov ef9580ca96 Get rid of the deprecated clojure-test-mode 2014-05-28 18:56:32 +03:00
Bozhidar Batsov 36822d7e3e Log nREPL messages by default 2014-05-27 18:21:25 +03:00
Bozhidar Batsov dbe0ed889a Use prelude-require-packages everywhere 2013-11-26 12:52:29 +02:00
Bozhidar Batsov 82513bf204 Fix a typo in function name 2013-10-22 14:41:06 +03:00
Josh Comer efa5ef3b02 Use correct hook for el-doc 2013-10-21 10:47:11 -03:00
Bozhidar Batsov 5cc16a8e25 Replace nrepl dep with cider 2013-10-17 15:23:04 +03:00
Bozhidar Batsov 4aa57ec81c Replace nrepl.el with cider 2013-10-17 15:22:16 +03:00
Bozhidar Batsov e67e9e6871 nrepl-mode is now nrepl-repl-mode 2013-10-03 14:50:51 +03: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 0d09e2a268 added clojure-test-mode 2013-01-01 21:33:28 +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 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-clojure.el (Browse further)