From 5bf12a119faf4c996357b70f735b3ee3b8a8a8ce Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Sun, 15 Jan 2023 19:56:58 -0900 Subject: [PATCH] 2048: fix missing Dash.el dependency --- lisp/2048.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/2048.el b/lisp/2048.el index 80acdbf..0fde0e0 100644 --- a/lisp/2048.el +++ b/lisp/2048.el @@ -34,6 +34,7 @@ ;;; Code: +(require 'dash) (defvar 2048--cell-width 6 "Width of number cells for 2048. Should be at least 4 to fit \"2048\".") (defvar 2048--board-size 4