feat(emacs): upd

This commit is contained in:
Pavel Korytov 2021-02-12 21:39:01 +03:00
parent ddcabd0b57
commit 22b6fc8732
2 changed files with 7 additions and 7 deletions

View file

@ -1539,7 +1539,7 @@ pip install qtconsole markdown qrcode[pil] PyQt5 PyQtWebEngine
#+begin_src emacs-lisp
(use-package tex
:straight auctex
:mode "\\.tex\\'"
;; :mode "\\.tex\\'"
:config
(setq-default TeX-auto-save t)
(setq-default TeX-parse-self t)

View file

@ -1137,7 +1137,7 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."
(use-package tex
:straight auctex
:mode "\\.tex\\'"
;; :mode "\\.tex\\'"
:config
(setq-default TeX-auto-save t)
(setq-default TeX-parse-self t)
@ -1152,8 +1152,8 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."
(setq-default font-latex-fontify-sectioning 1.3)
(setq-default preview-scale-function 1.4)
(assoc-delete-all "--" tex--prettify-symbols-alist)
(assoc-delete-all "---" tex--prettify-symbols-alist)
;; (assoc-delete-all "--" tex--prettify-symbols-alist)
;; (assoc-delete-all "---" tex--prettify-symbols-alist)
(add-hook 'LaTeX-mode-hook
(lambda ()
@ -1272,9 +1272,9 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."
(use-package lsp-java
:straight t
:init
(setq lsp-java-jdt-download-url "https://download.eclipse.org/jdtls/milestones/0.57.0/jdt-language-server-0.57.0-202006172108.tar.gz")
:after (lsp))
:after (lsp)
:config
(setq lsp-java-jdt-download-url "https://download.eclipse.org/jdtls/milestones/0.57.0/jdt-language-server-0.57.0-202006172108.tar.gz"))
(use-package clojure-mode
:straight t