From c7cc3215da3ef874628c8a471291e34f693e0e9e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 29 Jan 2013 20:22:45 -0500 Subject: function to start ess --- init/km-func.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'init/km-func.el') diff --git a/init/km-func.el b/init/km-func.el index be79599..69b8293 100644 --- a/init/km-func.el +++ b/init/km-func.el @@ -51,3 +51,7 @@ (insert (format-time-string "%Y-%m-%d"))) (global-set-key (kbd "C-c d") 'km/insert-date) + +(defun km/start-ess () + (interactive) + (require 'ess-site)) -- cgit v1.2.3