/org-starless

Hide org-mode heading stars.

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

org-starless

This package hides org-mode heading stars.

Installation

Using use-package + quelpa:

(use-package org-starless
  :quelpa (org-starless :repo "TonCherAmi/org-starless" :fetcher github))

Alternatively you can just download the archive and manually require the package.

Configuration

There are no configurable options, you only need to enable the minor mode:

(add-hook 'org-mode-hook #'org-starless-mode)