Emacs: fix typo in docstring
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M emacs/init.el → emacs/init.el
@@ -30,7 +30,7 @@ ((string-prefix-p "server" system-name) 'server) ((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)