doomemacs/core
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
..
autoload 💥 Change first arg of load! macro 2018-05-27 12:52:28 +02:00
templates Fix doom//quickstart & improve feedback (make quickstart) 2018-05-25 12:49:39 +02:00
test Rename autoload-debug.el test to autoload-help.el 2018-05-24 21:20:02 +02:00
core-dispatcher.el 💥 Change first arg of load! macro 2018-05-27 12:52:28 +02:00
core-editor.el New emacs/ediff module 2018-05-27 12:52:28 +02:00
core-keybinds.el Remove def-hydra! macro alias 2018-05-24 22:03:19 +02:00
core-lib.el core-lib (add-transient-hook!): set permanent-local-hook on hook fn 2018-05-24 22:35:45 +02:00
core-os.el Fix exec-path/osx-clipboard initializing too early 2018-05-20 00:08:19 +02:00
core-packages.el 💥 Change first arg of load! macro 2018-05-27 12:52:28 +02:00
core-projects.el New macros file-exists-p! & project-file-exists-p! 2018-05-24 21:15:17 +02:00
core-ui.el Don't protect visible buffers that start with an asterix 2018-05-26 23:25:57 +02:00
core.el auto-mode-case-fold = nil 2018-05-24 21:20:02 +02:00
packages.el Add esup back to core package list 2018-05-20 00:37:48 +02:00