Compare commits

..

No commits in common. "8009def87838bc2b7b4fd9d48e89f83bb2cbe134" and "a9529560bffd9d1093e957b9b5d7bdcedaa39f8e" have entirely different histories.

View File

@ -26,7 +26,7 @@
;; There are two ways to load a theme. Both assume the theme is installed and ;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the ;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default: ;; `load-theme' function. This is the default:
(setq doom-theme 'doom-dracula) (setq doom-theme 'doom-one)
;; If you use `org' and don't want your org files in the default location below, ;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads! ;; change `org-directory'. It must be set before org loads!
@ -61,4 +61,3 @@
(add-to-list 'auto-mode-alist '("\\.njk" . web-mode)) (add-to-list 'auto-mode-alist '("\\.njk" . web-mode))
(setq lsp-haskell-formatting-provider "stylish-haskell") (setq lsp-haskell-formatting-provider "stylish-haskell")
(setq nix-nixfmt-bin "nixpkgs-fmt")