Update
This commit is contained in:
@@ -33,7 +33,13 @@
|
||||
:ensure t
|
||||
:hook (LaTeX-mode . turn-on-cdlatex)
|
||||
:bind (:map cdlatex-mode-map
|
||||
("<tab>" . cdlatex-tab)))
|
||||
("<tab>" . cdlatex-tab))
|
||||
:config
|
||||
(setq cdlatex-math-symbol-alist '((?f ("\\varphi" "\\phi"))
|
||||
(?i ("\\iota"))
|
||||
))
|
||||
(setq cdlatex-math-modify-alist '((?f "\\mathbb" nil t nil nil)))
|
||||
(cdlatex-reset-mode))
|
||||
|
||||
(use-package texpresso
|
||||
:defer nil
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
(use-package ace-window
|
||||
:hook (emacs-startup . ace-window-display-mode)
|
||||
:bind (([remap other-window] . ace-window)
|
||||
("C-c C-w" . ace-window-hydra/body))
|
||||
("C-c w" . ace-window-hydra/body))
|
||||
:pretty-hydra
|
||||
(("Actions"
|
||||
(("TAB" other-window "switch")
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
(use-package persp-mode
|
||||
:hook (elpaca-after-init . persp-mode)
|
||||
:custom
|
||||
(persp-mode-prefix-key "w")
|
||||
(persp-mode-prefix-key "o")
|
||||
:config
|
||||
(setq wg-morph-on nil)
|
||||
(setq persp-autokill-buffer-on-remove 'kill-weak))
|
||||
|
||||
7
snippets/latex-mode/ker
Normal file
7
snippets/latex-mode/ker
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: arctan
|
||||
# key: ker
|
||||
# group: math
|
||||
# condition: (and (texmathp) 'auto)
|
||||
# --
|
||||
\\ker
|
||||
@@ -1,6 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: to
|
||||
# key: ->
|
||||
# key: to
|
||||
# condition: (and (texmathp) 'auto)
|
||||
# group: math
|
||||
# --
|
||||
|
||||
Reference in New Issue
Block a user