From 7b625de415fec2c75783f882e84a479791d1f7a0 Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Fri, 27 Dec 2013 19:17:39 -0800 Subject: Ensure that multiple cursors is enabled diff --git a/ravi-init-navigation.el b/ravi-init-navigation.el index e1b66b1..86f094e 100644 --- a/ravi-init-navigation.el +++ b/ravi-init-navigation.el @@ -47,6 +47,7 @@ ("C-c C-<" . mc/mark-all-like-this)) :init (setq mc/list-file (ravi/emacs-file "past/mc-lists.el")) + :ensure t ) (bind-key "" 'ff-find-other-file) -- cgit v0.10.1