Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-09 | init-git.el: Fix typo | Kyle Meyer | |
2015-07-05 | Uninstall whole-line-or-region | Kyle Meyer | |
I haven't been using this. | |||
2015-06-29 | Add magit-dispatch-popup to git-map | Kyle Meyer | |
2015-06-29 | Update for renamed Magit variable | Kyle Meyer | |
2015-06-29 | Remove km/god-magit-mode-p | Kyle Meyer | |
god-magit-mode-p is upstream as of god-mode commit 9993e53c5f115a7. | |||
2015-06-28 | init-god.el: Move Gnus check to predicate | Kyle Meyer | |
2015-06-28 | Add km/god-magit-mode-p to exempt predicates | Kyle Meyer | |
This should have been added in d786b126284309d. | |||
2015-06-28 | init-god.el: Use predicate for Magit modes | Kyle Meyer | |
2015-06-28 | init-god.el: Delete trailing line | Kyle Meyer | |
2015-06-28 | Disable lispy when activating God mode | Kyle Meyer | |
2015-06-27 | Use same face for org-scheduled and org-scheduled-today | Kyle Meyer | |
2015-06-26 | Update Magit load path | Kyle Meyer | |
Files are in lisp subdirectory as of Magit commit 51eb8bb42f45237. | |||
2015-06-23 | Add dired-jump-file-at-point command | Kyle Meyer | |
2015-06-23 | Load ox-md with Org | Kyle Meyer | |
2015-06-22 | Rewrite org-clone-and-shift-by-repeater | Kyle 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-22 | Remove some ; bindings for semimap | Kyle Meyer | |
2015-06-20 | Extend link support gnus-follow-last-message-link | Kyle 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-18 | Add org-open-file to helm-generic-files-map | Kyle Meyer | |
2015-06-15 | init-python.el: Rename hook function | Kyle Meyer | |
2015-06-15 | Use default value for webjump queries | Kyle Meyer | |
2015-06-12 | org-open-file-at-point: Support Org links | Kyle Meyer | |
2015-06-12 | project-filename-at-point: Support Org links | Kyle Meyer | |
2015-06-11 | Use dired-jump for org-open-link-directory | Kyle Meyer | |
2015-06-11 | Fix narrow-indirect functions name | Kyle Meyer | |
2015-06-10 | Set imenu-create-index-function for snakemake | Kyle Meyer | |
Need to set this as of snakemake-mode commit c6765aae71. | |||
2015-06-10 | Use custom avy-goto-subword-1 for all bindings | Kyle Meyer | |
Only changed main binding in f88d106fc3. | |||
2015-06-10 | Make avy-goto-subword-1 variant for agenda | Kyle Meyer | |
Call org-agenda-do-context-action after jumping, just like org-agenda-next-line. | |||
2015-06-10 | Move binding under correct heading | Kyle Meyer | |
2015-06-08 | Add git-shorten-hash-at-point command | Kyle Meyer | |
2015-06-08 | Merge show-commit-under-point commands | Kyle Meyer | |
Use a prefix argument instead of having separate commands for switching projects. | |||
2015-06-08 | Switch shr-save-contents key | Kyle Meyer | |
2015-06-08 | Expose --touch to snakemake-compile-project-file | Kyle Meyer | |
2015-05-31 | Add binding for magit-log-buffer-file | Kyle Meyer | |
2015-05-31 | Disable python shell autodetection | Kyle Meyer | |
2015-05-30 | Keep notmuch binding when default server | Kyle Meyer | |
2015-05-30 | Bind notmuch instead of notmuch-search in mail map | Kyle Meyer | |
2015-05-30 | Add ace-link-widget command | Kyle Meyer | |
2015-05-30 | Add today to notmuch-saved-searches | Kyle Meyer | |
2015-05-30 | Rename init-gnus.el to init-mail.el | Kyle Meyer | |
2015-05-29 | Make avy-goto-subword-1 ignore invisible text | Kyle Meyer | |
2015-05-29 | Use avy instead of ace-jump-mode | Kyle Meyer | |
2015-05-29 | Replace all magit-get-top-dir with magit-toplevel | Kyle Meyer | |
Should have replaced in bf1bacdf8fd3137172588c17a58336ecfd0ba81f. | |||
2015-05-29 | Revert "Go back to Paredit" | Kyle Meyer | |
This reverts commit e53becab23aeae58b4d156f9d45428342c15a4b1. | |||
2015-05-27 | Remove km/imenu | Kyle 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. | |||
2015-05-27 | Fix docstring typo | Kyle Meyer | |
2015-05-26 | Free up C-. in flyspell-mode-map | Kyle Meyer | |
2015-05-24 | Add command ess-eval-buffer-up-to-line | Kyle Meyer | |
2015-05-23 | Use magit-toplevel instead of magit-get-top-dir | Kyle Meyer | |
Magit commit 1ff241b719 removed magit-get-top-dir. | |||
2015-05-23 | Remove reference to obsolete magit-backup-mode | Kyle Meyer | |
Removed in Magit 3026b56182c. | |||
2015-05-23 | Add display-buffer binding to helm-buffer-map | Kyle Meyer | |