dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 4fd64aad2d25e4f36bc213edb5698b8304725457
parent 3ef154568c1e9309d80ede6bc32ea323e8649c2d
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Mon, 28 Aug 2017 16:59:23 +0300

Truncate long lines and wrap words

Diffstat:
Mmyinit.org | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/myinit.org b/myinit.org @@ -82,6 +82,13 @@ (setq tool-bar-mode nil) #+END_SRC +*** Wrap and truncation + +#+BEGIN_SRC emacs-lisp + (setq word-wrap t) + (setq truncate-lines t) +#+END_SRC + ** multiple-curses.el #+BEGIN_SRC emacs-lisp