Skip to content

Kaligule/org-bullets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 

Repository files navigation

org-bullets mode

Show org-mode bullets as UTF-8 characters.

screenshot

Installation

Copy the file somewhere in your load-path, then add to your .emacs:
(require 'org-bullets)
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))

select, do [M-x eval-region]. The *s will be replaced with utf-8 bullets next time you open an org file

Hiding leading stars

org-bullets used to hide the leading stars and only show the last one (as a bullet). This feature was removed since there already is a feature in org-mode which does exactly that (read about it here and since it didn't work well for emacs running in a terminal. For enabling it add this to your .emacs:

(setq org-hide-leading-stars t)

About

utf-8 bullets for org-mode

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 100.0%