Time to update my sprint names, right?
This commit is contained in:
parent
6c85de73e2
commit
13e77080fb
1 changed files with 2 additions and 2 deletions
|
@ -48,12 +48,12 @@ At the beginning of the year, I choose a theme, and make a list for the upcoming
|
||||||
#+BEGIN_SRC emacs-lisp :noweb yes
|
#+BEGIN_SRC emacs-lisp :noweb yes
|
||||||
(defvar sprint-nicknames
|
(defvar sprint-nicknames
|
||||||
(--map (replace-regexp-in-string " *[:#].*" "" (first it))
|
(--map (replace-regexp-in-string " *[:#].*" "" (first it))
|
||||||
'<<sprint-names-2021()>>)
|
'<<sprint-names-2022()>>)
|
||||||
"List of 26 Sprint Nicknames from A to Z.")
|
"List of 26 Sprint Nicknames from A to Z.")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** 2022
|
** 2022
|
||||||
|
|
||||||
Fun sprint names for 2021 lists my favorite D&D monsters, also see [[https://list.fandom.com/wiki/List_of_monsters][this list of monsters]] from mythology and other sources:
|
Fun sprint names for 2022 lists my favorite D&D monsters, also see [[https://list.fandom.com/wiki/List_of_monsters][this list of monsters]] from mythology and other sources:
|
||||||
|
|
||||||
#+NAME: sprint-names-2022
|
#+NAME: sprint-names-2022
|
||||||
- ankheg
|
- ankheg
|
||||||
|
|
Loading…
Reference in a new issue