Remove edebug print limits

This commit is contained in:
contrapunctus 2022-01-13 21:43:34 +05:30
parent be8753ce8a
commit ce4ade6e25
1 changed files with 2 additions and 1 deletions

View File

@ -304,7 +304,8 @@ Doesn't work in my current main browser (Tor Browser), and thus barely used of l
load-prefer-newer t
;; disable the disabled commands behavior
disabled-command-function nil
custom-file "~/.emacs.d/custom.el")
custom-file "~/.emacs.d/custom.el"
edebug-print-length nil)
(setq-default undo-limit (* 80 1000))
(load custom-file))
#+END_SRC