better undo stuff

This commit is contained in:
eli 2019-09-03 22:52:24 -04:00
parent 98a8d7a203
commit dab4b6ae61
1 changed files with 10 additions and 0 deletions

View File

@ -124,6 +124,16 @@
:config (add-hook 'prog-mode-hook #'hl-todo-mode))
#+END_SRC
** Better undo-ing
#+BEGIN_SRC emacs-lisp
(use-package undo-tree
:ensure t
:config (global-undo-tree-mode))
(use-package browse-kill-ring
:ensure t)
#+END_SRC
** Indent stuff for me
#+BEGIN_SRC emacs-lisp
(use-package aggressive-indent