Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-30 | Darken font-lock-keyword-face in stekene-light | Kyle Meyer | |
2014-11-30 | Try out stekene-light theme | Kyle Meyer | |
2014-11-30 | Move custom.el face settings to init-appearance.el | Kyle Meyer | |
2014-11-30 | Use Cask and Pallet to manage packages | Kyle Meyer | |
2014-11-30 | Use slashes after all directory names | Kyle Meyer | |
2014-11-30 | Add Org contrib to load path in init-org.el | Kyle Meyer | |
2014-11-30 | Remove vendor directory | Kyle Meyer | |
2014-11-29 | Make map for grep and find variants | Kyle Meyer | |
2014-11-29 | Move grep-related stuff to init-buffile.el | Kyle Meyer | |
2014-11-29 | Wrap imenu to add rescan as prefix argument | Kyle Meyer | |
2014-11-29 | Flip numbering default in snip-mail-quote | Kyle Meyer | |
2014-11-26 | Update for git-commit-mode rename | Kyle Meyer | |
2014-11-26 | Remove outdated advice for magit-visit | Kyle Meyer | |
magit-visit was removed a while ago [1], so this isn't doing anything. Currently, there are multiple functions to advise [2]. Instead of doing that, I'll just call org-reveal (C-c C-r). [1] 81c6b881d9e4e93442677d6e2183c7f2cc47887a [2] 2dc3965e74eabe53763f208809a9dae3105c1149 | |||
2014-11-21 | Install and setup jedi | Kyle Meyer | |
2014-11-21 | Free up projectile-multi-occur key chord | Kyle Meyer | |
2014-11-21 | Allow flags in magit-push-head | Kyle Meyer | |
2014-11-20 | Stop quoting lambdas | Kyle Meyer | |
2014-11-19 | snakemake-compile-project-file: Add file prompt | Kyle Meyer | |
Fall back to file prompt when there is no file at point. | |||
2014-11-19 | project-filename-at-point: Return nil if no file | Kyle Meyer | |
2014-11-19 | Add command snakemake-compile-project-rule | Kyle Meyer | |
2014-11-19 | snakemake-compile-project-file-at-point: Add jobs flag | Kyle Meyer | |
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 | |