Emacs: Add org-bullets.
This commit is contained in:
parent
afcd1b7308
commit
b927b12d99
|
@ -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))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user