summaryrefslogtreecommitdiff
path: root/.emacs.d/site-lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-03-12 16:44:29 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-03-12 16:44:45 -0700
commit51ca024af23dd544b0b2b1debd7ab2d323c5e9ab (patch)
tree4c04b7b87f4b1210ababaf93fe5fe655da8a025d /.emacs.d/site-lisp
parent935b7087da1add51663ec5ddca7529ef1a6cbfde (diff)
downloaddotfiles-51ca024af23dd544b0b2b1debd7ab2d323c5e9ab.tar.gz
TODO
Diffstat (limited to '.emacs.d/site-lisp')
-rw-r--r--.emacs.d/site-lisp/spwd20.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/site-lisp/spwd20.el b/.emacs.d/site-lisp/spwd20.el
index 609a9645..5c6d6f1d 100644
--- a/.emacs.d/site-lisp/spwd20.el
+++ b/.emacs.d/site-lisp/spwd20.el
@@ -44,6 +44,11 @@
;;; TODO dice expression roller shows results for each die
+;;; TODO rewrite combat to use a data strcuture holding all data from
+;;; the table with functions to read, write and update an Org table.
+;;; Then e.g. taking damage is done by reading table, updating struct
+;;; and writing it back to the buffer
+
;;; Code:
(require 's)