Compare commits

..

No commits in common. "4d9771379b029c377391357968ae3ee903f2ee47" and "ea8f6625233d8ed6cb7f13d1f260f0ec16a80e42" have entirely different histories.

11
init.el
View file

@ -51,7 +51,7 @@
:hook (after-init . doom-modeline-mode))
(set-face-attribute 'default nil
:family "Meslo LG S DZ"
:height 125
:height 105
:weight 'normal
:width 'normal)
@ -162,13 +162,6 @@
(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
@ -216,6 +209,8 @@
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