Commit ed5410917ddd

Vincent Demeester <vincent@sbr.pm>
2020-03-14 14:50:51
Put naruhodo back in full systems
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 5d43d0a
Changed files (1)
init.el
@@ -162,7 +162,7 @@
   "Do we have git?")
 
 (defvar *sys/full*
-  (member (vde/short-hostname) '("wakasu")) ; "naruhodo" <- put naruhodo back in
+  (member (vde/short-hostname) '("wakasu" "naruhodo")) ; "naruhodo" <- put naruhodo back in
   "Is it a full system ?")
 (defvar *sys/light*
   (not *sys/full*)