Update
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
(TeX-PDF-mode t)
|
(TeX-PDF-mode t)
|
||||||
(TeX-DVI-via-PDFTeX t)
|
(TeX-DVI-via-PDFTeX t)
|
||||||
:config
|
:config
|
||||||
|
(setq-default TeX-command-default "LaTeXMk")
|
||||||
;; Format math as a Latex string with Calc
|
;; Format math as a Latex string with Calc
|
||||||
(add-hook 'LaTeX-mode-hook #'eglot-ensure)
|
(add-hook 'LaTeX-mode-hook #'eglot-ensure)
|
||||||
(defun latex-math-from-calc ()
|
(defun latex-math-from-calc ()
|
||||||
|
|||||||
@@ -32,6 +32,10 @@
|
|||||||
(grep-apply-setting
|
(grep-apply-setting
|
||||||
'grep-find-template "rg --color=auto --null -nH --no-heading -e <R> <D>")))
|
'grep-find-template "rg --color=auto --null -nH --no-heading -e <R> <D>")))
|
||||||
|
|
||||||
(use-package pdf-tools)
|
(use-package pdf-tools
|
||||||
|
:init
|
||||||
|
(pdf-tools-install))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(provide 'init-utils)
|
(provide 'init-utils)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
:hook (elpaca-after-init . tabspaces-mode)
|
:hook (elpaca-after-init . tabspaces-mode)
|
||||||
:bind (:map tabspaces-mode-map
|
:bind (:map tabspaces-mode-map
|
||||||
([remap project-switch-project] . tabspaces-open-or-create-project-and-workspace))
|
([remap project-switch-project] . tabspaces-open-or-create-project-and-workspace))
|
||||||
|
|
||||||
:custom
|
:custom
|
||||||
(tab-bar-show nil)
|
(tab-bar-show nil)
|
||||||
|
|
||||||
@@ -20,7 +21,7 @@
|
|||||||
(tabspaces-exclude-buffers '("*eat*" "*vterm*" "*shell*" "*eshell*"))
|
(tabspaces-exclude-buffers '("*eat*" "*vterm*" "*shell*" "*eshell*"))
|
||||||
;; sessions
|
;; sessions
|
||||||
(tabspaces-session t)
|
(tabspaces-session t)
|
||||||
(tabspaces-session-auto-restore t)
|
;; (tabspaces-session-auto-restore t)
|
||||||
(tabspaces-keymap-prefix "C-c o")
|
(tabspaces-keymap-prefix "C-c o")
|
||||||
(tab-bar-new-tab-choice "default"))
|
(tab-bar-new-tab-choice "default"))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user