Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabof/org-bullets
utf-8 bullets for org-mode
https://github.com/sabof/org-bullets
Last synced: about 1 month ago
JSON representation
utf-8 bullets for org-mode
- Host: GitHub
- URL: https://github.com/sabof/org-bullets
- Owner: sabof
- Created: 2012-11-06T00:21:53.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T17:48:20.000Z (almost 4 years ago)
- Last Synced: 2024-02-17T07:36:06.588Z (10 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 286 KB
- Stars: 667
- Watchers: 25
- Forks: 58
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - org-bullets - utf-8 bullets for org-mode (Emacs Lisp)
README
org-bullets mode
Show org-mode bullets as UTF-8 characters.![screenshot](https://github.com/sabof/org-bullets/raw/master/screenshot.png)
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