mirror of
https://github.com/Django-LiveView/docs.git
synced 2025-12-31 05:32:23 +01:00
Use one.el fork with table support
- Simplified onerc.el by removing table workaround - Updated build.el to load fork from local path - Added one.el fork as submodule with table support
This commit is contained in:
7
build.el
7
build.el
@@ -4,6 +4,11 @@
|
||||
'("melpa" . "https://melpa.org/packages/") t)
|
||||
(package-initialize)
|
||||
(package-refresh-contents)
|
||||
(package-install 'one)
|
||||
;; Install one.el dependencies
|
||||
(package-install 'jack)
|
||||
(package-install 'htmlize)
|
||||
;; Add fork to load-path and load it
|
||||
(add-to-list 'load-path "/usr/src/app/one.el")
|
||||
(require 'one)
|
||||
(find-file "/usr/src/app/one.org")
|
||||
(one-build))
|
||||
|
||||
Reference in New Issue
Block a user