summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-22 20:34:27 -0600
committerCase Duckworth2020-12-22 20:34:27 -0600
commitab21f1d03b9eaa4ab6379c021038f4d0accee35e (patch)
tree771d36a382ecc6769009e2ffc8dd242988f2ea16 /config.org
parentChange emacsdc header (diff)
downloademacs-ab21f1d03b9eaa4ab6379c021038f4d0accee35e.tar.gz
emacs-ab21f1d03b9eaa4ab6379c021038f4d0accee35e.zip
Add cursor-type nil to nov-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