|
|
|
|
@ -596,11 +596,12 @@ |
|
|
|
|
(require 'org-pomodoro) |
|
|
|
|
#+END_SRC |
|
|
|
|
*** Hooks |
|
|
|
|
Enable ~auto-fill-mode~ (see |
|
|
|
|
[https://www.gnu.org/software/emacs/manual/html_node/emacs/Auto-Fill.html]) |
|
|
|
|
honestly I do not see where I would not want to use this. |
|
|
|
|
Enable ~auto-fill-mode~ (see [[[https://www.gnu.org/software/emacs/manual/html_node/emacs/Auto-Fill.html][the manual]]]: honestly I do not see |
|
|
|
|
where I would not want to use this feature). Also, disable |
|
|
|
|
~truncate-lines~ |
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
(add-hook 'org-mode-hook 'turn-on-auto-fill) |
|
|
|
|
(setq org-starting-truncated nil) |
|
|
|
|
#+END_SRC |
|
|
|
|
*** Cosmetics |
|
|
|
|
Change the default ellipsis ~...~ to the unicode ellipsis ~…~ |
|
|
|
|
|