cleanup newlines
This commit is contained in:
parent
52ebcadde6
commit
eff75f8911
1 changed files with 2 additions and 9 deletions
11
init.el
11
init.el
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue