summaryrefslogtreecommitdiff
path: root/lisp/init-snakemake.el
AgeCommit message (Collapse)Author
2015-06-10Set imenu-create-index-function for snakemakeKyle Meyer
Need to set this as of snakemake-mode commit c6765aae71.
2015-06-08Expose --touch to snakemake-compile-project-fileKyle Meyer
2015-02-03Correct typo in commentKyle Meyer
2015-01-27Improve organization and consistency of filesKyle Meyer
- Add pages and more headings for large files. - Try to use consistent order for file (or page) structure. * Loading * Settings * Hooks * Any mode activation or function calls * My functions * Key bindings
2014-11-30Use slashes after all directory namesKyle Meyer
2014-11-30Remove vendor directoryKyle Meyer
2014-11-20Stop quoting lambdasKyle Meyer
2014-11-19snakemake-compile-project-file: Add file promptKyle Meyer
Fall back to file prompt when there is no file at point.
2014-11-19Add command snakemake-compile-project-ruleKyle Meyer
2014-11-19snakemake-compile-project-file-at-point: Add jobs flagKyle Meyer
2014-11-05Handle compiling non-project files with SnakemakeKyle Meyer
Allow option to prevent km/snakemake-compile-project-file-at-point from append project path, but keep default-directory set to project root. This is useful if compiling from rule files that already list the file with its full path.
2014-09-11Give compile commands their own prefix mapKyle Meyer
2014-09-10init-snakemake.el: Fix indentationKyle Meyer
2014-09-06Add snakemake-compile-project-file-at-point bindingKyle Meyer
2014-08-24Autoload snakemake-compile-commandKyle Meyer
2014-08-24Add snakemake-compile-project-file-at-pointKyle Meyer
2014-08-24init-snakemake.el: Use snakemake-compile-commandKyle Meyer
This function was recently added to snakemake-mode.
2014-07-08Add snakemake-mode initializationKyle Meyer