Add emacs console helper scripts

This commit is contained in:
2025-09-08 21:16:56 +02:00
parent 7279a53bc0
commit 7cc80e8cf4
14 changed files with 385 additions and 16 deletions

View File

@@ -11,10 +11,10 @@
;; EMERGENCY FIX - Load this first to ensure editing works
(require 'init-emergency-fix)
(require 'init-seq-fix) ; Fix seq library issues
;; (require 'init-seq-fix) ; Fix seq library issues
;; Load performance optimizations early
(require 'init-performance)
;; (require 'init-performance)
;;; Load core modules in order
(require 'init-core) ; Core settings and package management
@@ -165,4 +165,4 @@
"Default portfolio file to load.")
(provide 'init)
;;; init.el ends here
;;; init.el ends here