Commit graph

26 commits

Author SHA1 Message Date
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 567907abe6 Improve code style a bit 2016-04-28 11:40:28 -07:00
Bozhidar Batsov 7628e0bdb5 [Fix #989] Use eldoc-mode instead of haskell-doc-mode 2016-04-28 11:39:40 -07:00
Bozhidar Batsov ebd6e9d591 Update the copyright years 2016-01-31 08:44:18 +02:00
Justin Wood 4f07b6a2f6 Replace a couple of obsolete haskell-mode functions
* `turn-on-haskell-indentation` has been marked obsolete in favour of
  `haskell-indentation-mode`

* `turn-on-haskell-doc-mode` has been marked obsolete in favour of
  `haskell-doc-mode`
2015-07-30 12:40:10 -04: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
mike-work 0ac11b33b3 added (interactive-haskell-mode) to enable the use of interactive haskell commands (such as C-c C-l to load file) 2014-08-01 16:35:55 +01:00
Bozhidar Batsov dbe0ed889a Use prelude-require-packages everywhere 2013-11-26 12:52:29 +02: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 f5b6442833 fixed the name of prelude-prog-mode-hook 2011-12-02 22:31:27 +02:00
Bozhidar Batsov 1800908443 enabled subword-mode in haskell-mode 2011-11-29 13:04:32 +02:00
Bozhidar Batsov 6d3d16fa39 cleaned up hooks a bit 2011-11-27 14:55:59 +02:00
Bozhidar Batsov 76b70ca0ba nicer haskell hook 2011-10-15 23:43:52 +03:00
Bozhidar Batsov 4b9386b555 cleanup & small fixes 2011-10-11 00:38:10 +03:00
Renamed from prelude-haskell.el (Browse further)