Wrap lines in org-mode
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
;; Unbind to make room for avy
|
;; Unbind to make room for avy
|
||||||
:map org-mode-map
|
:map org-mode-map
|
||||||
("C-j" . nil))
|
("C-j" . nil))
|
||||||
|
:hook ((org-mode . visual-line-mode))
|
||||||
:custom
|
:custom
|
||||||
(org-todo-keywords '((sequence "TODO(t)" "BLOCKED(b)" "|" "DONE(d)")))
|
(org-todo-keywords '((sequence "TODO(t)" "BLOCKED(b)" "|" "DONE(d)")))
|
||||||
(org-image-actual-width '(800)))
|
(org-image-actual-width '(800)))
|
||||||
|
|||||||
Reference in New Issue
Block a user