diff --git a/init.org b/init.org index a9a3449..a89432c 100644 --- a/init.org +++ b/init.org @@ -61,6 +61,16 @@ #+END_SRC * Default settings +#+BEGIN_SRC emacs-lisp + (defvar me/whoami + (if (string-equal system-name "PMTS01") + "work_remote" + (if (string-equal system-name "laptop") + "home_laptop" + (if (string-equal system-name "PMPCNEU08") + "work_local" + "home_desktop")))) +#+END_SRC #+BEGIN_SRC emacs-lisp (defvar MY--PATH_USER_LOCAL (expand-file-name "~/.emacs.d/user-local/"))