0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:07:52 +00:00

Add :safe keyword to `org-hide-emphasis-markers'

* lisp/org.el (org-hide-emphasis-markers): Add :safe keyword.
This commit is contained in:
Nicolas Goaziou 2018-04-29 00:19:55 +02:00
parent 0c58605f2f
commit f77f5b963d

View file

@ -4232,7 +4232,8 @@ following symbols:
(defcustom org-hide-emphasis-markers nil
"Non-nil mean font-lock should hide the emphasis marker characters."
:group 'org-appearance
:type 'boolean)
:type 'boolean
:safe #'booleanp)
(defcustom org-hide-macro-markers nil
"Non-nil mean font-lock should hide the brackets marking macro calls."