|
@@ -5341,6 +5341,8 @@ The following commands are available:
|
|
|
;; Modify a few syntax entries
|
|
|
(modify-syntax-entry ?@ "w")
|
|
|
(modify-syntax-entry ?\" "\"")
|
|
|
+ (modify-syntax-entry ?\\ "_")
|
|
|
+ (modify-syntax-entry ?~ "_")
|
|
|
(if org-startup-truncated (setq truncate-lines t))
|
|
|
(when org-startup-indented (require 'org-indent) (org-indent-mode 1))
|
|
|
(org-set-local 'font-lock-unfontify-region-function
|