Disabling emacs el files

This commit is contained in:
2026-03-15 10:22:59 +00:00
parent b04adbd91f
commit 5da158701d
+2 -1
View File
@@ -1848,7 +1848,7 @@ This sets up the emacs terminal
EDITOR = "emacs"; EDITOR = "emacs";
XDG_SCREENSHOTS_DIR = "~/screenshots"; XDG_SCREENSHOTS_DIR = "~/screenshots";
}; };
/*
# Home Manager file management # Home Manager file management
home.file = { home.file = {
"emacs/early-init.el" = { "emacs/early-init.el" = {
@@ -1860,6 +1860,7 @@ This sets up the emacs terminal
target = ".emacs.d/init.el"; target = ".emacs.d/init.el";
}; };
}; };
*/
}; };
} }