Disable truncate-lines

master
Jacopo De Simoi 6 years ago
parent c9d8221d90
commit 0cd6f8baf5
  1. 7
      global.org

@ -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 ~…~

Loading…
Cancel
Save