[emacs] Add Stream library

This commit is contained in:
Correl Roush 2017-12-12 14:07:13 -05:00
parent 9acd47448b
commit 1faeb1c5ef

View file

@ -552,6 +552,17 @@ A modern list api for Emacs. No 'cl required.
:ensure t
:config (dash-enable-font-lock))
#+END_SRC
*** Stream
Lazy sequences in Emacs (compatible with seq.el).
#+name: programming
#+BEGIN_SRC emacs-lisp
(use-package stream
:ensure t
:if (version<= "25.1" emacs-version)
:defer t)
#+END_SRC
* Writing
** Style
*** End sentences with a single space