From 52883ee48c43c51b128ddb5413c53d2153404752 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 12 Apr 2021 12:59:14 -0500 Subject: Told ya it was subject to change --- init.el | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/init.el b/init.el index 0e8db32..514f045 100644 --- a/init.el +++ b/init.el @@ -105,8 +105,6 @@ coding-system-for-read 'utf-8-unix coding-system-for-write 'utf-8-unix buffer-file-coding-system 'utf-8-unix - org-export-coding-system 'utf-8-unix - org-html-coding-system 'utf-8-unix default-process-coding-system '(utf-8-unix . utf-8-unix) x-select-request-type '(UTF8_STRING COMPOUND_TEXT @@ -364,18 +362,12 @@ org-imenu-depth 3 org-export-headline-levels 8 org-export-with-smart-quotes t - org-export-with-sub-superscripts t) + org-export-with-sub-superscripts t + org-export-coding-system 'utf-8-unix + org-html-coding-system 'utf-8-unix + org-startup-truncated nil) (:bind "RET" unpackaged/org-return-dwim) - (add-hook 'before-save-hook #'acdw/hook--org-mode-fix-blank-lines) - - ;; There's a few ways to do this. - ;; I'm choosing to do `visual-line-mode' in a hook, because - ;; `org-startup-truncated' makes the good point that really long tables in - ;; orgmode, or links, can look really bad when truncated. However, - ;; `org-startup-truncated' would follow the usage of the rest of Emacs I have - ;; setup. Maybe I should reëxamine my usage of `visual-line-mode', - ;; `truncate-lines', and `word-wrap'... - (:hook visual-line-mode)) + (add-hook 'before-save-hook #'acdw/hook--org-mode-fix-blank-lines)) (setup eshell (:option eshell-directory-name (acdw/dir "eshell/" t) -- cgit 1.4.1-21-gabe81