doom: more cleanups
This commit is contained in:
parent
7f9dfd4338
commit
74c847e32d
2 changed files with 17 additions and 10 deletions
|
@ -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.
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue