Remove = from automatic tag completion in org mode

This commit is contained in:
coolneng 2022-10-10 16:13:35 +02:00
parent a2538eba67
commit 7cbc1eccbb
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@
(sp-local-pair "_" "_")
(sp-local-pair "/" "/")
(sp-local-pair "~" "~")
(sp-local-pair "=" "=")
(sp-local-pair "$" "$")))
;; Only show a task once if it has a schedule and deadline
(setq org-agenda-skip-deadline-prewarning-if-scheduled t)