doomemacs/lisp
Henrik Lissner 3505e666a8
fix: failure to load doom libs on 27.x
Emacs 27.x does not collapse consecutive slashes in a file path when
trying to load them, and instead discards everything before it and
treats the rest as an absolute path, e.g. "~/some//path/foo/" ->
"/path/foo". This is not the case in 28.1, but Doom's backport of
file-name-concat did not take this into account, so it's been modified
to trim trailing slashes.

Fix: #6766
Amend: 433c9e344d
2022-09-10 18:33:02 +02:00
..
cli fix(cli): nativecomp error writing to read-only fs 2022-09-10 12:08:16 +02:00
lib refactor(lib): use num-processors 2022-09-08 13:36:17 +02:00
doom-cli.el refactor(lib): provide doom-libs as subfeatures 2022-09-08 00:20:26 +02:00
doom-editor.el refactor: deprecate doom-etc-dir for doom-data-dir 2022-08-14 20:43:35 +02:00
doom-keybinds.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
doom-lib.el fix: failure to load doom libs on 27.x 2022-09-10 18:33:02 +02:00
doom-modules.el fix: remove use-package-font-lock-keywords reference 2022-09-06 22:55:46 +02:00
doom-packages.el fix: file-missing errors while trying to build packages 2022-09-10 12:38:53 +02:00
doom-projects.el fix: validate fd --version output 2022-09-07 01:48:37 +02:00
doom-start.el fix: memory leak & freezes on native-comp+pgtk builds 2022-09-10 01:38:58 +02:00
doom-ui.el refactor: deprecate doom-private-dir for doom-user-dir 2022-08-14 20:43:35 +02:00
doom.el fix: memory leak & freezes on native-comp+pgtk builds 2022-09-10 01:38:58 +02:00
packages.el bump: :core 2022-09-06 22:55:47 +02:00