Emacs: Add org-bullets.

This commit is contained in:
tastytea 2020-05-04 20:44:00 +02:00
parent afcd1b7308
commit b927b12d99

View File

@ -134,6 +134,10 @@
("C-S-<up>" . nil)
("C-S-<down>" . nil))))
(use-package org-bullets
:after org
:hook (org-mode . org-bullets-mode))
(use-package sendmail
:mode ("/.claws-mail/tmp/tmpmsg\\." . mail-mode) ; claws-mail messages.
:hook (mail-mode . (lambda () (set-fill-column 72))))