This commit is contained in:
mokou 2020-11-21 20:15:03 +01:00
parent 19ae195638
commit 35abeb58fc
4 changed files with 13 additions and 8 deletions

View file

@ -1,6 +1,6 @@
;;; ~/.doom.d/config.el -*- lexical-binding: t; -*-
(setq doom-theme 'doom-sourcerer)
(load-theme 'base16-chalk t)
;; Set to 2 spaces
(setq default-tab-width 2)
@ -35,6 +35,9 @@
;; Enable Mercurial support for git-gutter
(setq git-gutter:handled-backends '(git hg))
;; Load auth keys from .authinfo
(setq auth-sources '("~/.authinfo"))
;; Enable editorconfig
(editorconfig-mode 1)
@ -51,8 +54,7 @@
;; use https://github.com/grobian/html2text
(setq mu4e-html2text-command "html2text")
;; Switch to rust-analyzer
(setq rustic-lsp-server 'rust-analyzer)
(setq rustic-lsp-server 'rls)
;; Org configuration
(after! org