stanaka / dash-at-point

a emacs lisp for searching the word at point with Dash
388 stars 33 forks source link

use mapcar instead of loop macro to remove CL package dependency #8

Closed marktran closed 11 years ago

marktran commented 11 years ago

dash-at-point initialization currently errors if user hasn't included the CL package with (require 'cl)

stanaka commented 11 years ago

Thank you!