Use HOME env variable over tilde

This commit is contained in:
Wojciech Kozlowski 2024-05-02 20:54:18 +02:00
parent 3f9d374c49
commit bdd2da67e9

View File

@ -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)