doomemacs/core/autoload
Henrik Lissner dca4015003
Fix void-variable themes error at startup
If lexical-binding isn't enabled (with ';; -*- lexical-binding: t; -*-'
at the top of your private config), custom-set-theme! and
custom-theme-set-faces! throw this error. Since these macros are
commonly used in user configs, where I can't police lexical-binding,
I've refactored it to not rely on it.
2019-10-27 14:27:29 -04:00
..
buffers.el Optimize doom-visible-buffers 2019-10-20 10:58:53 -04:00
cache.el Fix file paths in comment headings 2019-08-06 14:45:55 -04:00
cli.el Fix doom-exec-process not returning output 2019-10-19 02:34:57 -04:00
config.el Correct doom/reload-autoloads docstring 2019-10-25 20:25:20 -04:00
debug.el doom/toggle-debug-mode: affect jka-compr-verbose & lsp-log-io 2019-10-17 02:36:19 -04:00
files.el Add doom-{file,directory}-size file functions 2019-10-19 14:38:56 -04:00
fonts.el Improve font resizing commands 2019-10-26 23:44:29 -04:00
format.el autoload/format: add doom-format-indent-increment 2019-10-07 12:57:18 -04:00
help.el Integrate helpful into doom/describe-active-minor-mode 2019-10-26 13:30:53 -04:00
line-numbers.el Update line-number-display-width polyfill 2019-08-17 16:04:26 -04:00
packages.el Fix package! mutating package state at expansion time 2019-10-25 02:38:15 -04:00
plist.el Ensure doplist! has no side effects 2019-10-26 02:12:58 -04:00
projects.el Fix #1673: restore project-file-exists-p! macro 2019-08-14 22:36:19 -04:00
scratch.el Persist scratch buffers more proactively 2019-08-15 01:07:45 -04:00
sessions.el add confirmation message after loading a session from file 2019-10-27 14:12:41 +01:00
text.el Minor refactor & comment/docstring revision 2019-10-26 23:44:28 -04:00
themes.el Fix void-variable themes error at startup 2019-10-27 14:27:29 -04:00
ui.el Minor refactors & reformatting across the board 2019-10-20 19:57:27 -04:00