about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/wpc/alist.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-20T10·16+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-22T21·13+0000
commit40742c612a59dfad6f6ab21797e2a279be1f1a78 (patch)
tree94caa01c3a5b758843f67a2e8c29266ae876d8aa /configs/shared/.emacs.d/wpc/alist.el
parent64cf4ac920915ae3022aecbffe80c71af9d22bed (diff)
Track TODO for extending alist/new
See TODO for more information.
Diffstat (limited to 'configs/shared/.emacs.d/wpc/alist.el')
-rw-r--r--configs/shared/.emacs.d/wpc/alist.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/shared/.emacs.d/wpc/alist.el b/configs/shared/.emacs.d/wpc/alist.el
index c43df7823b32..f23109ce6a38 100644
--- a/configs/shared/.emacs.d/wpc/alist.el
+++ b/configs/shared/.emacs.d/wpc/alist.el
@@ -96,6 +96,7 @@
 ;; Library
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
+;; TODO: Support a variadic version of this to easily construct alists.
 (defun alist/new ()
   "Return a new, empty alist."
   '())