From c9f6f4efd9963a5037253e5f51be59f67ac096dd Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 2 Jun 2013 11:09:54 +0100 Subject: Emacs: install multi-term if it is not available --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 0df2b1f..6c97219 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -746,6 +746,7 @@ Also returns nil if pid is nil." (kbd "C-d") 'comint-delchar-or-eof-or-kill-buffer)) (use-package multi-term + :ensure t :if (not (eq system-type 'windows-nt)) :bind ("C-`" . multi-term-dedicated-toggle)) -- cgit 1.4.1