diff options
Diffstat (limited to 'app-emacs/undo-tree/files/50undo-tree-gentoo.el')
-rw-r--r-- | app-emacs/undo-tree/files/50undo-tree-gentoo.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-emacs/undo-tree/files/50undo-tree-gentoo.el b/app-emacs/undo-tree/files/50undo-tree-gentoo.el new file mode 100644 index 000000000000..2f5429d6b910 --- /dev/null +++ b/app-emacs/undo-tree/files/50undo-tree-gentoo.el @@ -0,0 +1,4 @@ +(add-to-list 'load-path "@SITELISP@" ) + +(require 'undo-tree) +(global-undo-tree-mode) |