doomemacs/core
Henrik Lissner f653e20407
Fix disabled autodefs defined with cl-lib
Stubs are defined as ordinary macros (with defmacro), but if an autodef
is defined with cl-defun, defmacro can't handle the clisp-style argument
lists, causing wrong-number-of-arguments errors.
2018-06-18 17:30:33 +02:00
..
autoload Minor refactor, across the board 2018-06-18 15:02:24 +02:00
templates General, minor refactor & feedback revision 2018-06-14 19:49:03 +02:00
test Remove doom//x naming convention 2018-06-17 21:35:58 +02:00
core-dispatcher.el Fix disabled autodefs defined with cl-lib 2018-06-18 17:30:33 +02:00
core-editor.el Be quiet, recentf! 2018-06-17 02:25:12 +02:00
core-keybinds.el Allow map!'s :prefix to accept key vectors 2018-06-15 16:20:20 +02:00
core-lib.el Refactor associate! with cl-defmacro 2018-06-16 11:34:42 +02:00
core-modules.el Don't eat stacks in backtraces in debug mode 2018-06-18 17:14:17 +02:00
core-os.el Load core-os sooner & in all sessions 2018-06-18 12:04:30 +02:00
core-packages.el Don't eat stacks in backtraces in debug mode 2018-06-18 17:14:17 +02:00
core-projects.el Lazy load projectile (experimental) 2018-06-16 11:42:37 +02:00
core-tests.el Remove doom//x naming convention 2018-06-17 21:35:58 +02:00
core-ui.el Improve general error handling at startup 2018-06-18 14:47:36 +02:00
core.el Don't eat stacks in backtraces in debug mode 2018-06-18 17:14:17 +02:00
packages.el Move unit tests from ert to buttercup 2018-06-15 03:42:01 +02:00