Skip to content

Instantly share code, notes, and snippets.

@danmack
Created November 21, 2017 17:22
Show Gist options
  • Save danmack/e82626ad28f494a1aed5113f9e833a3f to your computer and use it in GitHub Desktop.
Save danmack/e82626ad28f494a1aed5113f9e833a3f to your computer and use it in GitHub Desktop.
simple
#+BEGIN_SRC emacs-lisp
(font-lock-add-keywords 'org-mode
'(("^ +\\([-*]\\) "
(0 (prog1 () (compose-region (match-beginning 1) (match-end 1) "•"))))))
#+END_SRC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment