mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -119,7 +119,7 @@ unreadable. Returns the names of envvars that were changed."
|
|||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(insert "\0\n") ; to prevent off-by-one
|
(insert "\0\n") ; to prevent off-by-one
|
||||||
(insert-file-contents file))
|
(insert-file-contents-literally file))
|
||||||
(save-match-data
|
(save-match-data
|
||||||
(when (re-search-forward "\0\n *\\([^#= \n]*\\)=" nil t)
|
(when (re-search-forward "\0\n *\\([^#= \n]*\\)=" nil t)
|
||||||
(setq
|
(setq
|
||||||
|
Reference in New Issue
Block a user