using require

This commit is contained in:
2023-05-16 11:18:38 +02:00
parent 8fdad944f9
commit 98ccb528ea
65 changed files with 5977 additions and 0 deletions

6
lisp/init-test.el Normal file
View File

@@ -0,0 +1,6 @@
(message (format "DEBUG: default-text-scale installed: %s" (package-installed-p 'default-text-scale)))
(package-install 'default-text-scale)
(provide 'init-test)
;;; init-test.el ends here