org.el (org-mode): Don't modify syntax entry for "@" globally
* lisp/org.el (org-mode): Don't modify syntax entry for "@" globally.
This syntax entry dates from commit fe939ecb
when it was used to allow
"@" in tags. Now "@" is a word constituent in tags, not anywhere.
This commit is contained in:
parent
2ea09c9ad7
commit
5a0162097a
|
@ -5432,7 +5432,6 @@ The following commands are available:
|
|||
;; Calc embedded
|
||||
(setq-local calc-embedded-open-mode "# ")
|
||||
;; Modify a few syntax entries
|
||||
(modify-syntax-entry ?@ "w")
|
||||
(modify-syntax-entry ?\" "\"")
|
||||
(modify-syntax-entry ?\\ "_")
|
||||
(modify-syntax-entry ?~ "_")
|
||||
|
|
Loading…
Reference in New Issue