1
0
Fork 0

[oni-org] Hide both TITLE and title in org buffers

This commit is contained in:
Tom Willemse 2021-07-24 00:51:16 -07:00
parent 113bed7218
commit ed883f3059

View file

@ -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