From 5da158701d7787fac3ea3e552c61140240e81387 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sun, 15 Mar 2026 10:22:59 +0000 Subject: [PATCH] Disabling emacs el files --- Droidnix/README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index 61e14aaee..de6fb91f1 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -1848,7 +1848,7 @@ This sets up the emacs terminal EDITOR = "emacs"; XDG_SCREENSHOTS_DIR = "~/screenshots"; }; - + /* # Home Manager file management home.file = { "emacs/early-init.el" = { @@ -1860,6 +1860,7 @@ This sets up the emacs terminal target = ".emacs.d/init.el"; }; }; + */ }; }