Use full home path for project-directory
This commit is contained in:
parent
7c69172849
commit
fee28acc01
@ -532,7 +532,7 @@ Works in the same way as os.path.join in python
|
|||||||
** Variables
|
** Variables
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(defvar imalison:projects-directory
|
(defvar imalison:projects-directory
|
||||||
(imalison:join-paths "~" "Projects"))
|
(imalison:join-paths (substitute-in-file-name "$HOME") "Projects"))
|
||||||
|
|
||||||
(defvar imalison:gpg-key)
|
(defvar imalison:gpg-key)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
Loading…
Reference in New Issue
Block a user