[submodule "typo"]
path = lib/typo
url = git@github.com:jorgenschaefer/typoel.git
-[submodule "undo-tree"]
- path = lib/undo-tree
- url = git@github.com:emacsorphanage/undo-tree.git
[submodule "unkillable-scratch"]
path = lib/unkillable-scratch
url = git@github.com:EricCrosson/unkillable-scratch.git
(add-to-list 'tramp-default-proxies-alist
(list (regexp-quote (system-name)) nil nil)))
-(use-package undo-tree
- :config
- (global-undo-tree-mode -1))
- ;; :bind (("C-?" . undo-tree-undo)
- ;; ("M-_" . undo-tree-redo))
- ;; :config
- ;; (global-undo-tree-mode)
- ;; (setq undo-tree-mode-lighter ""
- ;; undo-tree-auto-save-history t))
-
\f
;; * Editing