Move print length settings

This commit is contained in:
contrapunctus 2022-04-13 15:56:01 +05:30
parent 92a9640f27
commit d2a7518b5d
1 changed files with 3 additions and 3 deletions

View File

@ -192,6 +192,8 @@ NAME is the name of the process and its buffer."
;; disable the disabled commands behavior
disabled-command-function nil
custom-file "~/.emacs.d/custom.el"
print-length nil
eval-expression-print-length nil
edebug-print-length nil
ispell-dictionary "en"
scroll-conservatively 10000
@ -4553,9 +4555,7 @@ active, else `sp-copy-sexp'."
("M-p" . 'outline-previous-heading)
("M-m" . macrostep-expand))
:config
(put 'cl-loop 'lisp-indent-function 'defun)
(setq print-length nil
eval-expression-print-length nil))
(put 'cl-loop 'lisp-indent-function 'defun))
#+END_SRC
#+BEGIN_SRC emacs-lisp