Add abbreviations to `latex-mode-abbrev-table'
This commit is contained in:
parent
c93f113719
commit
1876d151d6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user