diff options
author | ThanosApollo <[email protected]> | 2022-10-02 17:48:50 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-02 17:48:50 +0300 |
commit | 0ff5edebb721068e6d4ad5b562dc7694140b5684 (patch) | |
tree | 7816a046dd9e3187102acddf9e73c78c56c7c515 /.config/doom/config.el | |
parent | 976abb658346cb85e931a667f78c9d7dc520b80c (diff) |
Add C lang, yaml and org directory
Diffstat (limited to '.config/doom/config.el')
-rw-r--r-- | .config/doom/config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/doom/config.el b/.config/doom/config.el index ca3959d..8ecf504 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -48,7 +48,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 "~/Med") ;; Whenever you reconfigure a package, make sure to wrap your config in an |