summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.org b/config.org index 938a072..71fda4f 100644 --- a/config.org +++ b/config.org
@@ -1409,7 +1409,8 @@ from [[https://karthinks.com/software/more-batteries-included-with-emacs/#regexp
1409 (defun acdw/setup-nov-mode () 1409 (defun acdw/setup-nov-mode ()
1410 (visual-line-mode +1) 1410 (visual-line-mode +1)
1411 (visual-fill-column-mode +1) 1411 (visual-fill-column-mode +1)
1412 (variable-pitch-mode +1)) 1412 (variable-pitch-mode +1)
1413 (setq cursor-type nil))
1413 :config 1414 :config
1414 (cuss nov-text-width t) 1415 (cuss nov-text-width t)
1415 :hook 1416 :hook