Skip to content

Commit

Permalink
fix: Remove redundent undo-tree config
Browse files Browse the repository at this point in the history
  • Loading branch information
Maverobot committed Nov 20, 2024
1 parent 019d7af commit 0322803
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spacemacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -709,11 +709,6 @@ The one and only one cheatsheet.
(cheat-sh ":random")))
(spacemacs/declare-prefix "aad" "cheat.sh/:random")
#+END_SRC
*** Disable persistent undo-tree
#+BEGIN_SRC emacs-lisp :tangle user-config.el
(require 'undo-tree)
(setq undo-tree-auto-save-history nil)
#+END_SRC
*** chatgpt-shell
#+BEGIN_SRC emacs-lisp :tangle user-config.el
(use-package chatgpt-shell
Expand Down

0 comments on commit 0322803

Please sign in to comment.