refinement, cleanup, fixes

This commit is contained in:
2025-05-21 18:57:46 +02:00
parent ab93aae1b6
commit e4e8d86131
17 changed files with 125 additions and 695 deletions
+5 -2
View File
@@ -1,6 +1,9 @@
;;; package --- summary
;;; Commentary: All these comments are only here cos of emacs complaining, lol
;;; Code:
(org-babel-load-file
(expand-file-name
"config.org"
user-emacs-directory))
"config.org" user-emacs-directory))
(put 'upcase-region 'disabled nil)
(put 'downcase-region 'disabled nil)
;;; init.el ends here