Initial commit
This commit is contained in:
8
snippets/latex-mode/newline
Normal file
8
snippets/latex-mode/newline
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: newline
|
||||
# key: \\
|
||||
# condition: (and (texmathp) 'auto)
|
||||
# group: math
|
||||
# --
|
||||
\\\\
|
||||
`(save-excursion (previous-line)(make-string (current-indentation) ?\s))`$0
|
||||
Reference in New Issue
Block a user