[System] Remove the package field. (will be added with FPKG)

This commit is contained in:
Sameer Rahmani 2020-04-15 18:50:09 +01:00
parent 3ac984953c
commit a714e78922
2 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,6 @@ to load FG42."
;; backups, flycheck temps and stuff like that.
(tmp-path "~/.tmp")
(packages '())
;; ;; A list of preloads to setup extensions which are not loaded yet.
;; ;; For more information on preloads checkout `fg42/extension'
;; (preloads '())

2
fbt
View File

@ -76,7 +76,7 @@ The DIR should be relative to FG42_HOME."
(defun main ()
"Execute a subcommand by looking into input arguments of the script."
(message (version))
(message "\nFG42 Built tool v%s\n\n" FG42_VERSION)
(message "\nFG42 Build tool v%s\n\n" FG42_VERSION)
(let ((fg42-home (car command-line-args-left))
(command (cadr command-line-args-left))