Skip to content

The MELPA branch from the popular legacy package

Notifications You must be signed in to change notification settings

integral-dw/org-bullets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

org-bullets mode

https://melpa.org/packages/org-bullets-badge.svg https://stable.melpa.org/packages/org-bullets-badge.svg

screenshot.png

About

Show org-mode bullets as UTF-8 characters.

NOTE: This is a legacy package maintained with a focus on preservation. It has an unofficial successor package org-superstar). This means that new features will no longer be added, and backwards compatibility will be preserved.

It’s unofficial successor package is available on MELPA.

Installation

Copy the file somewhere in your `load-path`, then add something like this to your init file.

(require 'org-bullets)
(add-hook 'org-mode-hook #'org-bullets-mode)

FAQ / Troubleshooting

“This mode causes significant slowdown!”

I have looked into the matter in the past, and from what I understand the usual cause of this is relates to a deeper rooted issue involving fonts and font-lock reliant packages. I recommend adding the following to your .emacs:

(setq inhibit-compacting-font-caches t)

or any more fancy variation thereof. This variable also holds further information regarding what I believe is the cause of the problem. If this should not fix the problem, please consider opening an issue or sending me a mail!

About

The MELPA branch from the popular legacy package

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 87.1%
  • Makefile 12.9%