[oni-org] Hide ‘#+TITLE: ’
This commit is contained in:
parent
89f8afa600
commit
8a0e2a326d
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ installs it will always be ~."
|
|||
"Set up prettify symbols mode for org mode."
|
||||
(setq-local prettify-symbols-alist
|
||||
'(("[ ]" . ?)
|
||||
("[X]" . ?)))
|
||||
("[X]" . ?)
|
||||
("#+TITLE: " . "")))
|
||||
(prettify-symbols-mode))
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Reference in a new issue