Disable truncation of printed s-expressions in the message buffer

This commit is contained in:
James Cherti
2025-02-10 14:42:25 -05:00
parent 044d0cffa6
commit ea9e0bbc5d

View File

@@ -113,6 +113,10 @@
;; correctly located based on the updated `user-emacs-directory`. ;; correctly located based on the updated `user-emacs-directory`.
(setq abbrev-file-name (expand-file-name "abbrev_defs" user-emacs-directory)) (setq abbrev-file-name (expand-file-name "abbrev_defs" user-emacs-directory))
;; Disable truncation of printed s-expressions in the message buffer
(setq eval-expression-print-length nil
eval-expression-print-level nil)
;;; Files ;;; Files
;; Delete by moving to trash in interactive mode ;; Delete by moving to trash in interactive mode