From 1cace80e4832a5d250ef4b7ccd687996563fb01b Mon Sep 17 00:00:00 2001 From: venomade Date: Thu, 27 Feb 2025 17:06:42 +0000 Subject: Add old dotfiles --- emacs-elisp/packages/undotree.el | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 emacs-elisp/packages/undotree.el (limited to 'emacs-elisp/packages/undotree.el') diff --git a/emacs-elisp/packages/undotree.el b/emacs-elisp/packages/undotree.el new file mode 100644 index 0000000..02ec1df --- /dev/null +++ b/emacs-elisp/packages/undotree.el @@ -0,0 +1,6 @@ +;; Undo-Tree replaces the normal undo with advanced Undo Control +;;; https://gitlab.com/tsc25/undo-tree +(use-package undo-tree) +(global-undo-tree-mode 1) +(setq undo-tree-history-directory-alist + `(("." . ,(concat user-emacs-directory "undo")))) -- cgit 1.4.1-2-gfad0