doomemacs/modules/lang/java
Henrik Lissner 1a452b6842
💥 Change first arg of load! macro
load!'s first argument is no longer a symbol (that will cause
void-variable errors now) to save on unnecessary interning and simplify
compile-time logic. It accepts any valid form that evaluates to a string
now.

If you use load!, you need to change its argument to a string!

e.g. (load! +my-module) => (load! "+my-module")
2018-05-27 12:52:28 +02:00
..
+eclim.el Update :jump => :lookup 2018-01-05 23:57:48 -05:00
+meghanada.el Enable global-eldoc-mode; less work for me! 2018-04-23 00:34:03 -04:00
autoload.el New macros file-exists-p! & project-file-exists-p! 2018-05-24 21:15:17 +02:00
config.el 💥 Change first arg of load! macro 2018-05-27 12:52:28 +02:00
packages.el [breaking] lang/java: rewrite & new submodules #157 2017-10-03 02:56:02 +02:00