mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +01:00
19 lines
320 B
Org Mode
19 lines
320 B
Org Mode
|
:PROPERTIES:
|
||
|
:header-args:emacs-lisp: :comments link :results none
|
||
|
:ID: d4e8a6e2-a409-4c98-92e6-8f7f82596ca6
|
||
|
:END:
|
||
|
#+title: Undo Tree
|
||
|
#+filetags: emacs-load
|
||
|
#+begin_src emacs-lisp
|
||
|
(use-package undo-tree
|
||
|
:straight t)
|
||
|
#+end_src
|
||
|
|
||
|
* Vundo
|
||
|
|
||
|
#+begin_src emacs-lisp
|
||
|
(use-package vundo
|
||
|
:straight t)
|
||
|
#+end_src
|
||
|
|