emacs-prelude/modules
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
..
doc Kill some remnants for god-mode 2018-08-08 15:35:45 +03:00
prelude-c.el Update the copyright years 2018-05-06 09:21:24 +03:00
prelude-clojure.el Replace usages of eval-after-load with with-eval-after-load 2018-09-14 09:50:00 +03:00
prelude-coffee.el Replace usages of eval-after-load with with-eval-after-load 2018-09-14 09:50:00 +03:00
prelude-common-lisp.el Replace usages of eval-after-load with with-eval-after-load 2018-09-14 09:50:00 +03:00
prelude-company.el Align company's tooltip annotations to the right 2018-06-26 08:31:25 +03:00
prelude-css.el Replace usages of eval-after-load with with-eval-after-load 2018-09-14 09:50:00 +03:00
prelude-elixir.el Update the copyright years 2018-05-06 09:21:24 +03:00
prelude-emacs-lisp.el Replace usages of eval-after-load with with-eval-after-load 2018-09-14 09:50:00 +03:00
prelude-erc.el Update the copyright years 2018-05-06 09:21:24 +03:00
prelude-erlang.el Replace usages of eval-after-load with with-eval-after-load 2018-09-14 09:50:00 +03:00
prelude-evil.el Update the copyright years 2018-05-06 09:21:24 +03:00
prelude-go.el Replace usages of eval-after-load with with-eval-after-load 2018-09-14 09:50:00 +03:00
prelude-haskell.el Replace usages of eval-after-load with with-eval-after-load 2018-09-14 09:50:00 +03:00
prelude-helm-everywhere.el Update the copyright years 2018-05-06 09:21:24 +03:00
prelude-helm.el Update the copyright years 2018-05-06 09:21:24 +03:00
prelude-ido.el Update the copyright years 2018-05-06 09:21:24 +03:00
prelude-ivy.el [Fix #1151] Bind counsel-ag to "C-c a" 2018-05-06 18:06:54 +03:00
prelude-js.el Replace usages of eval-after-load with with-eval-after-load 2018-09-14 09:50:00 +03:00
prelude-key-chord.el Update the copyright years 2018-05-06 09:21:24 +03:00
prelude-latex.el Replace usages of eval-after-load with with-eval-after-load 2018-09-14 09:50:00 +03:00
prelude-lisp.el Update the copyright years 2018-05-06 09:21:24 +03:00
prelude-ocaml.el Update the copyright years 2018-05-06 09:21:24 +03:00
prelude-org.el Update the copyright years 2018-05-06 09:21:24 +03:00
prelude-perl.el Update the copyright years 2018-05-06 09:21:24 +03:00
prelude-programming.el Replace some custom TODO & friends highlighting with the hl-todo 2018-05-08 20:19:38 +03:00
prelude-python.el Update the copyright years 2018-05-06 09:21:24 +03:00
prelude-ruby.el Replace usages of eval-after-load with with-eval-after-load 2018-09-14 09:50:00 +03:00
prelude-rust.el Replace usages of eval-after-load with with-eval-after-load 2018-09-14 09:50:00 +03:00
prelude-scala.el Update the copyright years 2018-05-06 09:21:24 +03:00
prelude-scheme.el Update the copyright years 2018-05-06 09:21:24 +03:00
prelude-scss.el Update the copyright years 2018-05-06 09:21:24 +03:00
prelude-shell.el Update the copyright years 2018-05-06 09:21:24 +03:00
prelude-ts.el Replace usages of eval-after-load with with-eval-after-load 2018-09-14 09:50:00 +03:00
prelude-web.el Replace usages of eval-after-load with with-eval-after-load 2018-09-14 09:50:00 +03:00
prelude-xml.el Update the copyright years 2018-05-06 09:21:24 +03:00
prelude-yaml.el Update the copyright years 2018-05-06 09:21:24 +03:00