From a714e789226054b5dd2843e84ecd0603d0ecdf23 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Wed, 15 Apr 2020 18:50:09 +0100 Subject: [PATCH] [System] Remove the package field. (will be added with FPKG) --- core/fg42/system/core.el | 1 - fbt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/fg42/system/core.el b/core/fg42/system/core.el index afcee61..a16c5ef 100644 --- a/core/fg42/system/core.el +++ b/core/fg42/system/core.el @@ -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 '()) diff --git a/fbt b/fbt index 81ff43f..d3171a1 100755 --- a/fbt +++ b/fbt @@ -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))