Skip to content

Commit

Permalink
Update init.el and config.el
Browse files Browse the repository at this point in the history
  • Loading branch information
weidaolee committed Sep 21, 2023
1 parent b84b7e6 commit 93619e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doom.d/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

;; 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 "$DOOMDIR/org/")


;; Whenever you reconfigure a package, make sure to wrap your config in an
Expand Down
4 changes: 2 additions & 2 deletions doom.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
(popup +defaults) ; tame sudden yet inevitable temporary windows
tabs ; a tab bar for Emacs
(treemacs +lsp) ; a project drawer, like neotree but cooler
;;unicode ; extended unicode support for various languages
unicode ; extended unicode support for various languages
(vc-gutter +pretty) ; vcs diff in the fringe
vi-tilde-fringe ; fringe tildes to mark beyond EOB
window-select ; visually switch windows
Expand Down Expand Up @@ -257,7 +257,7 @@

:private-tools
conf
gpt
;; gpt
log

:private-term
Expand Down

0 comments on commit 93619e2

Please sign in to comment.