dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ad6c41250953cec20d5898ace34b18e0c655f536
parent 06e838f0685c89b66c7b892755d90277934de226
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Tue,  8 Aug 2017 16:02:44 +0300

Add multiple-cursors.el mode.

Diffstat:
Memacs/myinit.org | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/emacs/myinit.org b/emacs/myinit.org @@ -58,6 +58,15 @@ ) #+END_SRC +** multiple-curses.el + +#+BEGIN_SRC emacs-lisp + (req-package multiple-cursors + :loader :elpa + ) + +#+END_SRC + ** undo-tree #+BEGIN_SRC emacs-lisp