diff --git a/config.el b/config.el index bdda833..6977549 100644 --- a/config.el +++ b/config.el @@ -79,8 +79,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 "~/Workspace/org/") - +(setq org-directory (concat (getenv "HOME") "/Workspace/org/")) ;; 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. @@ -369,7 +368,7 @@ :mode (("\\.p4\\'" . p4_16-mode) ("\\.p4i\\'" . p4_16-mode))) -;; Navigate betweeon occurences of the same symbol. +;; Navigate between occurences of the same symbol. (use-package! symbol-overlay :bind (("M-RET" . symbol-overlay-put) ("M-n" . symbol-overlay-switch-forward)