Skip to content

Commit

Permalink
theme changed to miozu, org default path changed, haskell formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasglazer committed May 13, 2023
1 parent 9d3e4ab commit f989cf4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .config/doom/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@
;; 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
;; `load-theme' function. This is the default:
(setq doom-theme 'doom-one)
(setq doom-theme 'doom-miozu)

;; 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!
(setq org-directory "~/org/")
(setq org-directory "~/Documents/org/")


;; This determines the style of line numbers in effect. If set to `nil', line
;; numbers are disabled. For relative line numbers, set this to `relative'.
Expand All @@ -41,6 +42,10 @@
(after! counsel
(setq counsel-rg-base-command "rg -M 240 --with-filename --no-heading --line-number --color never %s || true"))

;; Configure the lsp to use your perfered formatter
;; (after! lsp-haskell
;; (setq lsp-haskell-formatting-provider "brittany"))

;; Here are some additional functions/macros that could help you configure Doom:
;;
;; - `load!' for loading external *.el files relative to this one
Expand Down

0 comments on commit f989cf4

Please sign in to comment.