summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-21 22:54:40 -0600
committerCase Duckworth2020-12-21 22:54:40 -0600
commitaf333a72c47c91ab570e74816e002e8c7c09f831 (patch)
treebfd1afd5916a232bc91492964242c215218a3a62 /config.org
parentConfigure org-agenda (begin) (diff)
downloademacs-af333a72c47c91ab570e74816e002e8c7c09f831.tar.gz
emacs-af333a72c47c91ab570e74816e002e8c7c09f831.zip
Stop truncating expression values in scratch buffers
Diffstat (limited to 'config.org')
-rw-r--r--config.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.org b/config.org index 2170f56..0bcb298 100644 --- a/config.org +++ b/config.org
@@ -995,6 +995,15 @@ Also from link0ff. See the above for a link.
995 :mode "\\.fnl\\'") 995 :mode "\\.fnl\\'")
996#+end_src 996#+end_src
997 997
998*** Emacs lisp
999
1000#+begin_src emacs-lisp
1001 (cuss eval-expression-print-length nil
1002 "Don't truncate printed expressions by length.")
1003 (cuss eval-expression-print-level nil
1004 "Don't truncate printed expressions by level.")
1005#+end_src
1006
998* Writing 1007* Writing
999 1008
1000** Visual Fill Column 1009** Visual Fill Column