summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
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))