diff options
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index ddb388e..8e07f5a 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -30,7 +30,7 @@ ((string-prefix-p "sheldon" system-name) 'laptop))) (defvar env/location (env/get-location) - "The type of location the system is located + "The type of location the system is located in Values: `work', `home'") (defvar env/system-type (env/get-system-type) |