diff options
author | Case Duckworth | 2022-05-01 09:24:57 -0500 |
---|---|---|
committer | Case Duckworth | 2022-05-01 09:24:57 -0500 |
commit | 2cc59cf768b9586513a5cdcab81dbdff1ee1064c (patch) | |
tree | 42886fedde04dc61e414bd100c79ecd93e5818b4 /init.el | |
parent | Indentation (diff) | |
download | emacs-2cc59cf768b9586513a5cdcab81dbdff1ee1064c.tar.gz emacs-2cc59cf768b9586513a5cdcab81dbdff1ee1064c.zip |
Add +org-wrap-on-hyphens
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/init.el b/init.el index 4ca4c3c..825ff9e 100644 --- a/init.el +++ b/init.el | |||
@@ -629,14 +629,10 @@ | |||
629 | #'turn-off-auto-fill | 629 | #'turn-off-auto-fill |
630 | #'org-indent-mode | 630 | #'org-indent-mode |
631 | #'prettify-symbols-mode | 631 | #'prettify-symbols-mode |
632 | ;; TODO: This is only the beginning of a larger idea: I really want the | 632 | #'+org-wrap-on-hyphens) |
633 | ;; "buffer stats" section of the mode-line to change depending on the | 633 | (:local-set prettify-symbols-alist '(("DEADLINE:" . ?→) |
634 | ;; mode. So like, org-mode would be a word count (maybe other text | ||
635 | ;; modes?), lui-modes could be .... something? etc. | ||
636 | (defun turn-off-column-number-mode () (setq-local column-number-mode nil))) | ||
637 | (:local-set prettify-symbols-alist '(("DEADLINE:" . ?→)✓ | ||
638 | ("SCHEDULED:" . ?↷) | 634 | ("SCHEDULED:" . ?↷) |
639 | ("CLOSED:" ?✓)) | 635 | ("CLOSED:" . ?✓)) |
640 | ;;+modeline-position-function #'+org-count-words-stupidly | 636 | ;;+modeline-position-function #'+org-count-words-stupidly |
641 | ) | 637 | ) |
642 | (:local-hook user-save-hook #'+org-before-save@prettify-buffer) | 638 | (:local-hook user-save-hook #'+org-before-save@prettify-buffer) |