Add abbreviations to `latex-mode-abbrev-table'

This commit is contained in:
Gerard Vermeulen 2022-09-24 10:30:49 +02:00
parent c93f113719
commit 1876d151d6
1 changed files with 7 additions and 0 deletions

View File

@ -4086,6 +4086,13 @@
("zeebra" "zebra" nil :count 1)
))
(define-abbrev-table 'latex-mode-abbrev-table
'(
("34he" "\\(^{3}\\)He-\\(^{4}\\)He" nil :count 1)
("3he" "\\(^{3}\\)He" nil :count 1)
("4he" "\\(^{4}\\)He" nil :count 1)
))
(define-abbrev-table 'org-mode-abbrev-table
'(
("34he" "\\(^{3}\\)He-\\(^{4}\\)He" nil :count 1)