kuanyui / hexo.el

Use Hexo in Emacs elegantly
85 stars 14 forks source link

fix missing fixedcase of replace-regexp-in-string in hexo-replace-hex… #17

Closed xfwduke closed 7 years ago

xfwduke commented 7 years ago

if missing fixedcase

(replace-regexp-in-string "_HEXO" "/usr/local/bin/hexo" "_HEXO new") will return

"/USER/LOCAL/BIN/HEXO new"

kuanyui commented 7 years ago

You're right, thanks!