Changeset 62b2200 in dotfiles


Ignore:
Timestamp:
May 1, 2021, 2:53:17 AM (4 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
ba530fa
Parents:
603c3d1
Message:

Add undo-tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emacs/.emacs.d/.emacs-config.org

    r603c3d1 r62b2200  
    209209        deft-directory "~/Documents/Notes")
    210210#+end_src
     211** Визуализирование откатов
     212   При помощи пакета undo-tree   
     213#+begin_src emacs-lisp
     214  (load "undo-tree-autoloads")
     215  (global-undo-tree-mode)
     216#+end_src
     217
    211218* Языки программирования
    212219** Common Lisp
Note: See TracChangeset for help on using the changeset viewer.