summaryrefslogtreecommitdiff
path: root/lisp
AgeCommit message (Collapse)Author
2015-07-14Rewrite magit-insert-staged-fileKyle Meyer
2015-07-10magit-insert-staged-file: Fall back on HEAD filesKyle Meyer
2015-07-10Fix magit-insert-staged-fileKyle Meyer
2015-07-09Replace magit-checkout-file with magit-reset-fileKyle Meyer
2015-07-09Add magit-revfile-reset commandKyle Meyer
2015-07-09Remove git-rebase-show-commitKyle Meyer
Magit commit 4dd06d7f23d9267 adds a display-only variant.
2015-07-09init-git.el: Fix typoKyle Meyer
2015-07-05Uninstall whole-line-or-regionKyle Meyer
I haven't been using this.
2015-06-29Add magit-dispatch-popup to git-mapKyle Meyer
2015-06-29Update for renamed Magit variableKyle Meyer
2015-06-29Remove km/god-magit-mode-pKyle Meyer
god-magit-mode-p is upstream as of god-mode commit 9993e53c5f115a7.
2015-06-28init-god.el: Move Gnus check to predicateKyle Meyer
2015-06-28Add km/god-magit-mode-p to exempt predicatesKyle Meyer
This should have been added in d786b126284309d.
2015-06-28init-god.el: Use predicate for Magit modesKyle Meyer
2015-06-28init-god.el: Delete trailing lineKyle Meyer
2015-06-28Disable lispy when activating God modeKyle Meyer
2015-06-27Use same face for org-scheduled and org-scheduled-todayKyle Meyer
2015-06-26Update Magit load pathKyle Meyer
Files are in lisp subdirectory as of Magit commit 51eb8bb42f45237.
2015-06-23Add dired-jump-file-at-point commandKyle Meyer
2015-06-23Load ox-md with OrgKyle Meyer
2015-06-22Rewrite org-clone-and-shift-by-repeaterKyle Meyer
As of Org mode commit 329683861cc85aa, org-clone-subtree-with-time-shift accepts a value of 0, which allows a repeating subtree to be replaced with a non-repeating subtree and a shifted, repeating subtree. Rewrite org-clone-and-shift-by-repeater to use the new org-clone-subtree-with-time-shift. As an added bonus, this means that org-clone-and-shift-by-repeater now supports scheduled items and time stamps, not just deadlines
2015-06-22Remove some ; bindings for semimapKyle Meyer
2015-06-20Extend link support gnus-follow-last-message-linkKyle Meyer
Before, this function only worked with gwene links that could be followed with shr functions. Using widgets, this should work for links in non-gwene buffers too.
2015-06-18Add org-open-file to helm-generic-files-mapKyle Meyer
2015-06-15init-python.el: Rename hook functionKyle Meyer
2015-06-15Use default value for webjump queriesKyle Meyer
2015-06-12org-open-file-at-point: Support Org linksKyle Meyer
2015-06-12project-filename-at-point: Support Org linksKyle Meyer
2015-06-11Use dired-jump for org-open-link-directoryKyle Meyer
2015-06-11Fix narrow-indirect functions nameKyle Meyer
2015-06-10Set imenu-create-index-function for snakemakeKyle Meyer
Need to set this as of snakemake-mode commit c6765aae71.
2015-06-10Use custom avy-goto-subword-1 for all bindingsKyle Meyer
Only changed main binding in f88d106fc3.
2015-06-10Make avy-goto-subword-1 variant for agendaKyle Meyer
Call org-agenda-do-context-action after jumping, just like org-agenda-next-line.
2015-06-10Move binding under correct headingKyle Meyer
2015-06-08Add git-shorten-hash-at-point commandKyle Meyer
2015-06-08Merge show-commit-under-point commandsKyle Meyer
Use a prefix argument instead of having separate commands for switching projects.
2015-06-08Switch shr-save-contents keyKyle Meyer
2015-06-08Expose --touch to snakemake-compile-project-fileKyle Meyer
2015-05-31Add binding for magit-log-buffer-fileKyle Meyer
2015-05-31Disable python shell autodetectionKyle Meyer
2015-05-30Keep notmuch binding when default serverKyle Meyer
2015-05-30Bind notmuch instead of notmuch-search in mail mapKyle Meyer
2015-05-30Add ace-link-widget commandKyle Meyer
2015-05-30Add today to notmuch-saved-searchesKyle Meyer
2015-05-30Rename init-gnus.el to init-mail.elKyle Meyer
2015-05-29Make avy-goto-subword-1 ignore invisible textKyle Meyer
2015-05-29Use avy instead of ace-jump-modeKyle Meyer
2015-05-29Replace all magit-get-top-dir with magit-toplevelKyle Meyer
Should have replaced in bf1bacdf8fd3137172588c17a58336ecfd0ba81f.
2015-05-29Revert "Go back to Paredit"Kyle Meyer
This reverts commit e53becab23aeae58b4d156f9d45428342c15a4b1.
2015-05-27Remove km/imenuKyle Meyer
This is no longer need since I am using helm-imenu in place of imenu because helm-imenu binds imenu-auto-rescan to t.