Compare commits
No commits in common. "f36d7971b6fcb0c53d53887adfcdb669d953d488" and "8d695f3998290552dc304bc212d4c2beadef4148" have entirely different histories.
f36d7971b6
...
8d695f3998
@ -96,7 +96,7 @@
|
|||||||
:general
|
:general
|
||||||
("C-c o" #'olivetti-mode)
|
("C-c o" #'olivetti-mode)
|
||||||
:custom
|
:custom
|
||||||
(olivetti-body-width 120))
|
(olivetti-body-width 0.5))
|
||||||
|
|
||||||
;; Multiple cursors
|
;; Multiple cursors
|
||||||
(use-package evil-multiedit
|
(use-package evil-multiedit
|
||||||
|
@ -46,11 +46,6 @@
|
|||||||
(use-package eglot
|
(use-package eglot
|
||||||
:commands (eglot)
|
:commands (eglot)
|
||||||
:config
|
:config
|
||||||
(defun my-eglot-managed-hook ()
|
|
||||||
(if (eglot-managed-p)
|
|
||||||
(setq-local corfu-preview-current nil)
|
|
||||||
(kill-local-variable 'corfu-preview-current)))
|
|
||||||
(add-hook 'eglot-managed-mode-hook #'my-eglot-managed-hook)
|
|
||||||
(add-to-list 'eglot-server-programs
|
(add-to-list 'eglot-server-programs
|
||||||
'(js-web-mode . ("typescript-language-server" "--stdio")))
|
'(js-web-mode . ("typescript-language-server" "--stdio")))
|
||||||
(add-to-list 'eglot-server-programs
|
(add-to-list 'eglot-server-programs
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
:mode (("\\.uml\\'" . plantuml-mode)
|
:mode (("\\.uml\\'" . plantuml-mode)
|
||||||
("\\.plantuml\\'" . plantuml-mode))
|
("\\.plantuml\\'" . plantuml-mode))
|
||||||
:custom
|
:custom
|
||||||
(plantuml-default-exec-mode 'executable)
|
(plantuml-default-exec-mode 'executable))
|
||||||
(plantuml-executable-path (executable-find "plantuml")))
|
|
||||||
|
|
||||||
(provide 'init-plantuml)
|
(provide 'init-plantuml)
|
||||||
|
Loading…
Reference in New Issue
Block a user