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))
|
||||
|
||||
Reference in New Issue
Block a user