doomemacs/lisp
Henrik Lissner 3ba56eb008
fix(lib): ignore doom-compile-functions failures
It really isn't important if this function succeeds or not, but it seems
its stability is highly variable, dependent on your specific build and
version of Emacs. Since there are a lot of 29 Doom users, best to be
more permissive and simply fall back to byte-compilation if native-comp
fails.
2022-09-16 19:09:28 +02:00
..
cli fix(cli): remove redundant doom-env-file 2022-09-16 17:06:49 +02:00
lib refactor(lib): convert cli/autoloads.el to lib 2022-09-16 13:07:28 +02:00
doom-cli.el nit: minor comment revision and refactors 2022-09-16 17:01:57 +02:00
doom-editor.el nit: comment revision and formatting 2022-09-16 01:14:22 +02:00
doom-keybinds.el refactor!: redesign module init/config hooks 2022-09-16 01:14:22 +02:00
doom-lib.el fix(lib): ignore doom-compile-functions failures 2022-09-16 19:09:28 +02:00
doom-modules.el nit: minor comment revision and refactors 2022-09-16 17:01:57 +02:00
doom-packages.el nit: minor comment revision and refactors 2022-09-16 17:01:57 +02:00
doom-profiles.el refactor!: complete profile gen and init systems 2022-09-16 01:14:23 +02:00
doom-projects.el nit: comment revision and formatting 2022-09-16 01:14:22 +02:00
doom-start.el fix: menu-bar not disabled in some instances 2022-09-16 18:27:04 +02:00
doom-ui.el fix: disable UI elements earlier 2022-09-16 01:14:23 +02:00
doom.el nit: correct comment header about startup optimizations 2022-09-16 01:14:25 +02:00
packages.el