Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-18 | Update Magit and git-modes setup | Kyle Meyer | |
Magit now contains git-commit-mode.el, git-rebase-model.el, and with-editor.el from the git-modes repo. Magit commit 6e601926278a833baed7a9f44f7f6a360be203da | |||
2014-11-18 | Add magit-push-head command | Kyle Meyer | |
2014-11-16 | Go back to default initial major mode | Kyle Meyer | |
Switched to Org in 71642c8257e367d82631cbb740b1325fe44df50f. | |||
2014-11-16 | Update magit-log-all-branches for upstream changes | Kyle Meyer | |
Magit commit 893e2fea941335f1f428c2e1f996e42822b0fe59 | |||
2014-11-15 | Rework command for opening default Org notes file | Kyle Meyer | |
Almost every time I used `km/open-main-orgfile', I would jump to the "Inbox" heading right after, so just have the command do that for me. | |||
2014-11-15 | Add second binding for dired-up-directory | Kyle Meyer | |
2014-11-13 | Rebind 'j' to ace-jump in Gnus summary buffer | Kyle Meyer | |
2014-11-13 | gnus: Show article after ace-jumping | Kyle Meyer | |
2014-11-13 | Confirm address when sending mail | Kyle Meyer | |
2014-11-11 | Delete duplicate cleanup-buffer code | Kyle Meyer | |
Accidentally made two copies of code in ad80f4b4896b13d23b488146af4e4df6354191a7. | |||
2014-11-09 | Update magit-log-all-branches for upstream changes | Kyle Meyer | |
Magit has removed magit-log-dwim [1] and changed the arguments to magit-log-read-args [2]. [1] e0979bb6bd22a9ce5009a7cdf458034e52817da3 [2] 5737de048843bbad83f16ea13f57d69cdbe6971e | |||
2014-11-09 | Don't show tags in Magit refs buffer | Kyle Meyer | |
This is slow for repos that contain lots of tags. | |||
2014-11-08 | Move cleanup-buffer code | Kyle Meyer | |
2014-11-08 | Bind toggle-prevent-cleanup in editing-map | Kyle Meyer | |
2014-11-08 | Rewrite toggle-prevent-cleanup | Kyle Meyer | |
2014-11-07 | Change default-directory for Org agenda | Kyle Meyer | |
The main motivation for this is to set org-refile-targets to the value specified in ~/notes/.dir-locals.el. | |||
2014-11-07 | Set up new method for adding files to Org agenda | Kyle Meyer | |
org-agenda-files can be a directory, which allows the files that make up the agenda to be changed without having to change emacs configuration files. So, instead of using org-agenda-file-to-front, which modifies org-agenda-files in custom.el, the new agenda file can just be linked to the agenda directory. | |||
2014-11-07 | Sort agenda by deadline/scheduled before priority | Kyle Meyer | |
Aside from 'agenda', all other types still match their default values. | |||
2014-11-06 | Bind n/p to {next,previous}-line in occur-mode-map | Kyle Meyer | |
2014-11-06 | Unset magit-delete-by-moving-to-trash | Kyle Meyer | |
2014-11-05 | Change main Dired narrowing function | Kyle Meyer | |
2014-11-05 | Handle compiling non-project files with Snakemake | Kyle 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-11-05 | Unset org-agenda-dim-blocked-tasks | Kyle Meyer | |
2014-11-03 | Respect Org content with all insertion commands | Kyle Meyer | |
2014-11-03 | Don't let Org split current line | Kyle Meyer | |
2014-11-03 | Use hooks, not advice, to modify org-store-link | Kyle Meyer | |
Previously (4af0bf7), I used advice for org-store-link to make it store notmuch links when called from Gnus buffers for local mail. This now doesn't work because org-called-interactively-p returns nil if org-store-link is advised. I'm assuming this is due to the nadvice package, new with Emacs 24.4, which says FIXME: This Major Ugly Hack won't handle calls to called-interactively-p done from the advised function if the deepest advice is an around advice! In other cases (calls from an advice or calls from the advised function when the deepest advice is not an around advice), it should hopefully get it right. Instead of using advice, create a separate function that will run a hook before interactively calling org-store-link. | |||
2014-11-03 | Add docs for local Org mode to Info-directory-list | Kyle Meyer | |
2014-11-02 | Move replace commands to search-map | Kyle Meyer | |
2014-11-02 | Don't let paredit clobber M-s map | Kyle Meyer | |
2014-11-02 | Change setup for Org TODO keywords | Kyle Meyer | |
- Assign keys. - Add 'WAITING' keyword. | |||
2014-10-31 | Add command ediff-with-other-window | Kyle Meyer | |
2014-10-31 | Don't use new frame for Ediff control panel | Kyle Meyer | |
2014-10-29 | Add second binding for Info-menu | Kyle Meyer | |
2014-10-29 | Add prefix to unfill-paragraph | Kyle Meyer | |
2014-10-29 | Enable org-{log,clock}-into-drawer | Kyle Meyer | |
2014-10-27 | Rewrite doi-at-point (again) | Kyle Meyer | |
Changes in 300cdc4 don't seem to work in Gnus article buffer. | |||
2014-10-27 | Use Bog citekey cache | Kyle Meyer | |
2014-10-26 | Allow links to Org files to search text | Kyle Meyer | |
2014-10-26 | Don't use time grid in Org agenda | Kyle Meyer | |
2014-10-26 | Move org-reverse-note-order to appropriate section | Kyle Meyer | |
2014-10-26 | Update MELPA url | Kyle Meyer | |
http://www.reddit.com/r/emacs/comments/2k2kmv/melpamilkboxnet_is_now_melpaorg/ | |||
2014-10-25 | Customize WebJump site list | Kyle Meyer | |
2014-10-25 | Reorganize init-external.el | Kyle Meyer | |
2014-10-25 | Rephrase docstring | Kyle Meyer | |
2014-10-25 | Don't ignore PDFs in completions | Kyle Meyer | |
2014-10-24 | Add custom LaTeX class for Org export | Kyle Meyer | |
2014-10-24 | Remove old Org export settings | Kyle Meyer | |
This was for Org < 8.0. | |||
2014-10-24 | Load orgit | Kyle Meyer | |
2014-10-22 | Turn off electric-indent mode | Kyle Meyer | |
This is enabled by default in Emacs 24.4. | |||
2014-10-22 | Rewrite doi-at-point | Kyle Meyer | |
This stopped working when I upgraded to Emacs 24.4. Using 'url' with `thing-at-point' doesn't seem to work anymore, so instead use text properties. |