Replace submodule with direct copy of one.el fork for Docker compatibility

This commit is contained in:
2025-12-27 10:39:25 +01:00
parent 9ad0814822
commit b9ded15881
28 changed files with 8616 additions and 5 deletions

8
one.el/docker/build.el Normal file
View File

@@ -0,0 +1,8 @@
(progn
(require 'package)
(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/") t)
(package-initialize)
(package-refresh-contents)
(package-install 'one)
(one-build))