cleanup newlines

This commit is contained in:
Stefan Schwarz 2022-07-08 14:05:56 +02:00
parent 52ebcadde6
commit eff75f8911

11
init.el
View file

@ -176,20 +176,13 @@
(use-package rust-mode :ensure t
:config
(setq rust-format-on-save t)
(add-hook 'rust-mode-hook
(lambda () (setq indent-tabs-mode nil)))
)
(add-hook 'rust-mode-hook
(lambda () (setq indent-tabs-mode nil)))
(add-hook 'rust-mode-hook (lambda () (setq indent-tabs-mode nil))))
;; bazel / starlak
(use-package bazel-mode :ensure t)
;; python
(use-package lsp-pyright
:ensure t
:hook (python-mode . (lambda ()
(require 'lsp-pyright)
(lsp)))) ; or lsp-deferred
:hook (python-mode . (lambda () (require 'lsp-pyright) (lsp))))
;; code-with-fun
(use-package org-jira :ensure t
:config