Files
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
..
2022-08-08 18:23:47 +02:00
2022-08-03 03:27:50 +02:00
2022-08-08 18:23:47 +02:00