Disable truncation of printed s-expressions in the message buffer
This commit is contained in:
4
init.el
4
init.el
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user