From ed883f30595951341687278815c7230deac6921d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 24 Jul 2021 00:51:16 -0700 Subject: [oni-org] Hide both TITLE and title in org buffers --- oni-org/oni-org.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'oni-org') diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index b910f70..489faf0 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0720.004427 +;; Version: 2021.0724.001742 ;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti) ;; This program is free software; you can redistribute it and/or modify @@ -127,7 +127,8 @@ located at the start of the line." (setq-local prettify-symbols-alist '(("[ ]" . ?) ("[X]" . ?) - ("#+TITLE: " . ""))) + ("#+TITLE: " . "") + ("#+title: " . ""))) (prettify-symbols-mode)) ;;;###autoload -- cgit v1.2.3-54-g00ecf