dotfiles

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

commit 107567bc1ca582798b30f8d43fac378b9d3b7ab9
parent 82c12b6820d6209904184f26b2bfd71fa9d182d3
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Wed, 23 Aug 2017 14:34:12 +0300

Activate global undo tree mode

Diffstat:
Mmyinit.org | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/myinit.org b/myinit.org @@ -71,8 +71,12 @@ #+BEGIN_SRC emacs-lisp (req-package undo-tree :loader elpa + + :config + (global-undo-tree-mode t) ) #+END_SRC + ** ede-mode #+BEGIN_SRC emacs-lisp