[oni-org] Hide both TITLE and title in org buffers
This commit is contained in:
parent
113bed7218
commit
ed883f3059
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; 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)
|
;; 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
|
;; 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
|
(setq-local prettify-symbols-alist
|
||||||
'(("[ ]" . ?)
|
'(("[ ]" . ?)
|
||||||
("[X]" . ?)
|
("[X]" . ?)
|
||||||
("#+TITLE: " . "")))
|
("#+TITLE: " . "")
|
||||||
|
("#+title: " . "")))
|
||||||
(prettify-symbols-mode))
|
(prettify-symbols-mode))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
|
Loading…
Reference in a new issue