summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-05-01 09:24:57 -0500
committerCase Duckworth2022-05-01 09:24:57 -0500
commit2cc59cf768b9586513a5cdcab81dbdff1ee1064c (patch)
tree42886fedde04dc61e414bd100c79ecd93e5818b4 /init.el
parentIndentation (diff)
downloademacs-2cc59cf768b9586513a5cdcab81dbdff1ee1064c.tar.gz
emacs-2cc59cf768b9586513a5cdcab81dbdff1ee1064c.zip
Add +org-wrap-on-hyphens
Diffstat (limited to 'init.el')
-rw-r--r--init.el10
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)