From b912528c2191539529e6da8f30a2561035933047 Mon Sep 17 00:00:00 2001 From: briantrice Date: Fri, 29 Jan 2010 12:22:02 -0800 Subject: [PATCH] Tweaked Emacs mode Slate startup options. --- etc/slate-startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/slate-startup.el b/etc/slate-startup.el index c677f7d..eb4d1fb 100644 --- a/etc/slate-startup.el +++ b/etc/slate-startup.el @@ -9,7 +9,7 @@ (pushnew (concat slate-dir "/etc") load-path) (require 'slate-mode) (defconst slate-cmd (concat slate-dir "/slate")) -(defconst slate-args (list "-i" (concat slate-dir "/slate.image"))) +(defconst slate-args (list "-q" "-i" (concat slate-dir "/slate.image"))) (cd slate-dir) (slate-workspace) (slate) -- 2.11.4.GIT