summaryrefslogtreecommitdiff
path: root/lisp/km-projectile.el
AgeCommit message (Collapse)Author
2022-02-06Drop dates from copyright linesKyle Meyer
public-inbox has started to drop dates from its copyright lines, pointing to the recommendation at https://www.linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/ I regularly fail to keep copyright lines up to date, so I'll gladly follow suit.
2020-12-24Drop use of dashKyle Meyer
2020-12-12Switch to ivyKyle Meyer
I've tried it for a few months and quite happy with it.
2020-09-01Update copyright yearsKyle Meyer
2020-04-13Update URL values for repository moveKyle Meyer
2019-01-15Update repo URL in file headersKyle Meyer
2019-01-15Update copyright yearsKyle Meyer
2019-01-15Update repo URL in file headersKyle Meyer
2018-08-31Tighten km/project-filename-at-point checkKyle Meyer
(thing-at-point 'filename) will return all sorts of text as filenames.
2018-04-28projectile: Add command to copy Python module nameKyle Meyer
2018-01-13Update copyright yearsKyle Meyer
2016-10-14Replace projectile-kill-other-buffers with visible variantKyle Meyer
2016-08-25Add projectile-kill-other-buffers commandKyle Meyer
2016-05-29Autoload projectile-kill-buffersKyle Meyer
2016-01-12Rewrite configuration with use-packageKyle Meyer