dakrone / es-mode

An Emacs major mode for interacting with Elasticsearch
GNU General Public License v3.0
196 stars 34 forks source link

es-cc missing dependency on s.el package #38

Closed tk-saj closed 7 years ago

tk-saj commented 7 years ago

I was trying to run es-command-center on a new Emacs installation and es-command-center would not start due to a void s-ends-with-p function.

I'm sure s.el is fairly ubiquitous (I forgot it wasn't builtin), but it needs to be brought in with the package installation of es-mode.

Once I got 's' installed on the new Emacs, all is well.

PS Nice bit of programming btw - es-mode is quite handy.

dakrone commented 7 years ago

Whoops thanks! I'll fix that right now.

Nice bit of programming btw - es-mode is quite handy.

Thanks, I'm glad it's useful!