diff options
-rw-r--r-- | init.el | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/init.el b/init.el index 6573f82..514f045 100644 --- a/init.el +++ b/init.el | |||
@@ -362,18 +362,12 @@ | |||
362 | org-imenu-depth 3 | 362 | org-imenu-depth 3 |
363 | org-export-headline-levels 8 | 363 | org-export-headline-levels 8 |
364 | org-export-with-smart-quotes t | 364 | org-export-with-smart-quotes t |
365 | org-export-with-sub-superscripts t) | 365 | org-export-with-sub-superscripts t |
366 | org-export-coding-system 'utf-8-unix | ||
367 | org-html-coding-system 'utf-8-unix | ||
368 | org-startup-truncated nil) | ||
366 | (:bind "RET" unpackaged/org-return-dwim) | 369 | (:bind "RET" unpackaged/org-return-dwim) |
367 | (add-hook 'before-save-hook #'acdw/hook--org-mode-fix-blank-lines) | 370 | (add-hook 'before-save-hook #'acdw/hook--org-mode-fix-blank-lines)) |
368 | |||
369 | ;; There's a few ways to do this. | ||
370 | ;; I'm choosing to do `visual-line-mode' in a hook, because | ||
371 | ;; `org-startup-truncated' makes the good point that really long tables in | ||
372 | ;; orgmode, or links, can look really bad when truncated. However, | ||
373 | ;; `org-startup-truncated' would follow the usage of the rest of Emacs I have | ||
374 | ;; setup. Maybe I should reëxamine my usage of `visual-line-mode', | ||
375 | ;; `truncate-lines', and `word-wrap'... | ||
376 | (:hook visual-line-mode)) | ||
377 | 371 | ||
378 | (setup eshell | 372 | (setup eshell |
379 | (:option eshell-directory-name (acdw/dir "eshell/" t) | 373 | (:option eshell-directory-name (acdw/dir "eshell/" t) |