Merge branch 'emacs' into system/darwin
This commit is contained in:
commit
069f24cc67
|
@ -283,6 +283,7 @@ numbers are disabled. For relative line numbers, set this to ~relative~.
|
||||||
tex-indent-arg 3
|
tex-indent-arg 3
|
||||||
tex-indent-item 3
|
tex-indent-item 3
|
||||||
tex-indent-basic 3
|
tex-indent-basic 3
|
||||||
|
typst-ts-mode-indent-offset 2
|
||||||
)
|
)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
@ -683,6 +684,12 @@ Add the necessary hooks for LilyPond mode.
|
||||||
:desc "Compile & Preview" "P" #'typst-ts-compile-and-preview
|
:desc "Compile & Preview" "P" #'typst-ts-compile-and-preview
|
||||||
:desc "Watch start" "w" #'typst-ts-watch-start
|
:desc "Watch start" "w" #'typst-ts-watch-start
|
||||||
:desc "Watch stop" "W" #'typst-ts-watch-stop
|
:desc "Watch stop" "W" #'typst-ts-watch-stop
|
||||||
|
(:prefix ("h" . "Heading")
|
||||||
|
:desc "Left" "h" #'typst-ts-mode-heading-left
|
||||||
|
:desc "Right" "l" #'typst-ts-mode-heading-right
|
||||||
|
:desc "Up" "k" #'typst-ts-mode-heading-up
|
||||||
|
:desc "Down" "j" #'typst-ts-mode-heading-down
|
||||||
|
)
|
||||||
)
|
)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
|
@ -143,7 +143,7 @@
|
||||||
json ; At least it ain't XML
|
json ; At least it ain't XML
|
||||||
;;(java +lsp) ; the poster child for carpal tunnel syndrome
|
;;(java +lsp) ; the poster child for carpal tunnel syndrome
|
||||||
javascript ; all(hope(abandon(ye(who(enter(here))))))
|
javascript ; all(hope(abandon(ye(who(enter(here))))))
|
||||||
(julia +lsp) ; a better, faster MATLAB
|
(julia +tree-sitter +snail) ; a better, faster MATLAB
|
||||||
;;kotlin ; a better, slicker Java(Script)
|
;;kotlin ; a better, slicker Java(Script)
|
||||||
(latex +latexmk +lsp) ; writing papers in Emacs has never been so fun
|
(latex +latexmk +lsp) ; writing papers in Emacs has never been so fun
|
||||||
;lean ; for folks with too much to prove
|
;lean ; for folks with too much to prove
|
||||||
|
|
Loading…
Reference in New Issue