rice

personal dot files and scripts for linux and macOS
Log | Files | Refs | README | LICENSE

module-undo-tree.el (186B)


      1 (delight 'undo-tree-mode "" "undo-tree")
      2 
      3 (use-package undo-tree
      4   :disabled
      5   :delight (undo-tree-mode "" "undo-tree")
      6   :config (global-undo-tree-mode t))
      7 
      8 (provide 'module-undo-tree)