2048: fix missing Dash.el dependency

This commit is contained in:
MitchMarq42 2023-01-15 19:56:58 -09:00
parent b81d5c134b
commit 5bf12a119f

View File

@ -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