doom: more cleanups

This commit is contained in:
insects 2024-10-29 13:41:52 +01:00
parent 7f9dfd4338
commit 74c847e32d
2 changed files with 17 additions and 10 deletions

View file

@ -23,11 +23,18 @@
;; change `org-directory'. It must be set before org loads!
(setq org-directory "~/Documents/org/")
;; Set our tab-width
(setq-default tab-width 2)
;; Configure exercism
(use-package! exercism
:config
(map! :map global-map :nv "SPC o e" #'exercism))
;; Increase Nix LSP memory limit
(after! lsp-mode
(setq lsp-nix-nil-max-mem 15000))
;; Whenever you reconfigure a package, make sure to wrap your config in an
;; `after!' block, otherwise Doom's defaults may override your settings. E.g.
;;