Skip to content

Commit

Permalink
Remove savehist reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Feb 28, 2024
1 parent 1676a82 commit 86f8efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -4340,7 +4340,7 @@ See `eldoc-documentation-functions', for more infomation."

(defun dape-savehist-load ()
"Load breakpoints and exceptions saved by `savehist-mode'."
(when dape-use-savehist
(when (and dape-use-savehist (not dape--breakpoints))
(add-to-list 'savehist-additional-variables #'dape--breakpoints-savehist)
(add-to-list 'savehist-additional-variables #'dape--exceptions)
(cl-loop for (file point . args) in dape--breakpoints-savehist
Expand Down

0 comments on commit 86f8efb

Please sign in to comment.