[emacs-berlin] August Meetup

Michael Ebert-Hanke michael at ebert-hanke.de
Thu Aug 27 13:12:07 UTC 2020


Hello everyone,

it was great seeing you all and thanks again for the talks! 
Following up on the nice minimal org bullets, I looked a bit into unicode characters to use and this is what I came up with for my config now. 


(use-package org-bullets
:ensure t
:init
(setq org-bullets-bullet-list
'("⁙" "⁘" "∵" "∶" "⋅"))
:config
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1))))


You can use C-x 8 RET to enter any unicode character by number.

Screenshot attached. Theme is Nimbus by Marcin Swieczkowski. https://emacsthemes.com/themes/nimbus-theme.html

Cheers
m


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailb.org/pipermail/emacs-berlin/attachments/20200827/67d3d3ea/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: org-bullets.png
Type: image/png
Size: 14710 bytes
Desc: not available
URL: <http://mailb.org/pipermail/emacs-berlin/attachments/20200827/67d3d3ea/attachment.png>


More information about the emacs-berlin mailing list