all repos — nixfiles @ 65833544cb900b40e3603926b0e8c76b9fe0b952

System and user configuration, managed by nix and home-manager

Emacs: fix typo in docstring

Alan Pearce
commit

65833544cb900b40e3603926b0e8c76b9fe0b952

parent

4e7864b913987677974880ca8d29ea370f60b58f

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M emacs/init.elemacs/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)