Compare commits
2 commits
ea8f662523
...
4d9771379b
Author | SHA1 | Date | |
---|---|---|---|
4d9771379b | |||
e7d3a3d2e4 |
1 changed files with 8 additions and 3 deletions
11
init.el
11
init.el
|
@ -51,7 +51,7 @@
|
|||
:hook (after-init . doom-modeline-mode))
|
||||
(set-face-attribute 'default nil
|
||||
:family "Meslo LG S DZ"
|
||||
:height 105
|
||||
:height 125
|
||||
:weight 'normal
|
||||
:width 'normal)
|
||||
|
||||
|
@ -162,6 +162,13 @@
|
|||
(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
|
||||
|
||||
|
||||
|
||||
;; code-with-fun
|
||||
|
@ -209,8 +216,6 @@
|
|||
company-minimum-prefix-length 2
|
||||
company-require-match nil))
|
||||
|
||||
(use-package company-box
|
||||
:hook (company-mode . company-box-mode))
|
||||
(use-package highlight-indentation :ensure t)
|
||||
|
||||
;; lsp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue