mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
@@ -441,7 +441,7 @@ in interactive sessions, nil otherwise (but logs a warning)."
|
|||||||
(save-excursion
|
(save-excursion
|
||||||
(insert "\n")
|
(insert "\n")
|
||||||
(insert-file-contents file))
|
(insert-file-contents file))
|
||||||
(while (re-search-forward "\n *\\([^#][^= \n]*\\)=" nil t)
|
(while (re-search-forward "\n *\\([^#= \n]*\\)=" nil t)
|
||||||
(push (buffer-substring
|
(push (buffer-substring
|
||||||
(match-beginning 1)
|
(match-beginning 1)
|
||||||
(1- (or (save-excursion
|
(1- (or (save-excursion
|
||||||
|
Reference in New Issue
Block a user