doomemacs/lisp
Henrik Lissner b763c5b992
fix: file-name-handler-alist ignoring user changes
Unsetting file-name-handler-alist around a `load` call prevents any
change to this variable from surviving that file's evaluation (e.g. by
packages loaded therein). Since the user's config files are loaded with
this macro, this affects users' configs, which is unacceptable.

Since this optimization is already done in early-init.el, we can get
away with being more selective here.
2022-08-08 22:20:11 +02:00
..
cli fix: "symbol's value as variable is void: \213" error (part 2) 2022-08-08 22:19:18 +02:00
lib tweak: suppress defvaralias warnings 2022-08-08 18:23:47 +02:00
doom-cli-lib.el refactor(cli): load cli libs from doom.el 2022-08-07 19:43:28 +02:00
doom-cli.el refactor(cli): load cli libs from doom.el 2022-08-07 19:43:28 +02:00
doom-editor.el merge: rewrite-docs 2022-08-03 03:27:50 +02:00
doom-keybinds.el refactor: replace doom-enlist with ensure-list 2022-08-07 19:43:13 +02:00
doom-lib.el fix: file-name-handler-alist ignoring user changes 2022-08-08 22:20:11 +02:00
doom-modules.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
doom-packages.el refactor: replace doom-enlist with ensure-list 2022-08-07 19:43:13 +02:00
doom-projects.el fix: use --strip-cwd-prefix only if fd >=8.3.0 2022-08-08 18:23:46 +02:00
doom-start.el feat!(cli): load project .doomrc instead of ci.el 2022-08-07 19:43:28 +02:00
doom-ui.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00
doom.el tweak: suppress defvaralias warnings 2022-08-08 18:23:47 +02:00
packages.el refactor!: restructure Doom core 2022-07-30 22:41:13 +02:00