mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
[emacs] Undo-Tree
This commit is contained in:
parent
fcd737882d
commit
b59916ff1a
1 changed files with 7 additions and 0 deletions
|
@ -126,6 +126,13 @@ Helm projectile integration
|
||||||
(helm-projectile-on)
|
(helm-projectile-on)
|
||||||
(projectile-global-mode)))
|
(projectile-global-mode)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** Undo-Tree
|
||||||
|
#+name: packages
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package undo-tree
|
||||||
|
:ensure t
|
||||||
|
:config (global-undo-tree-mode 1))
|
||||||
|
#+END_SRC
|
||||||
* Coding
|
* Coding
|
||||||
** Languages
|
** Languages
|
||||||
*** Lisps
|
*** Lisps
|
||||||
|
|
Loading…
Reference in a new issue