Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 490 Bytes

README.org

File metadata and controls

14 lines (14 loc) · 490 Bytes

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)