Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-04 | Enable LaTeX-narrow-to-environment | Kyle Meyer | |
2015-01-02 | Go back to default spacing after sentences | Kyle Meyer | |
Let's see if I can get used to this. | |||
2015-01-02 | Go back to default fill-column value | Kyle Meyer | |
2014-12-30 | Add display-only version of git-rebase-show-commit | Kyle Meyer | |
Bind this version to SPC. This is more consistent with behavior in the log buffer, where RET shows the commit and switches to that buffer and SPC just displays the commit. However, the SPC variants still differ in their scrolling behavior. In the log buffer, SPC (magit-diff-show-or-scroll-up) will scroll if the buffer is already displayed, but km/git-rebase-show-commit doesn't support this. While it'd be nice to use magit-diff-show-or-scroll-up directly, this isn't easy to do because magit-diff-show-or-scroll-up doesn't take a revision argument (it pulls it directly from the magit section). | |||
2014-12-28 | Update snip-mail-quote docstring | Kyle Meyer | |
2014-12-28 | Remove unnecessary variable quotes | Kyle Meyer | |
2014-12-25 | Add command org-clone-and-shift-by-repeater | Kyle Meyer | |
2014-12-23 | Bind magit-diff-visit-file-worktree to C-j | Kyle Meyer | |
2014-12-23 | Add command magit-mode-quit-all-windows | Kyle Meyer | |
2014-12-21 | Explicitly enable org-use-speed-commands | Kyle Meyer | |
This variable is usually non-nil because I run Emacs as a daemon, but since I use these bindings frequently, I want to make sure org-use-speed-commands is always non-nil. | |||
2014-12-21 | Only rescan if imenu is already loaded | Kyle Meyer | |
2014-12-17 | Replace a one-armed 'if' | Kyle Meyer | |
2014-12-16 | Add command org-normalize-spaces | Kyle Meyer | |
2014-12-16 | Add command reduce-to-single-spaces | Kyle Meyer | |
2014-12-16 | Add command org-add-blank-before-heading | Kyle Meyer | |
2014-12-15 | Fix typo | Kyle Meyer | |
2014-12-14 | Add command fill-surrounding-indented | Kyle Meyer | |
2014-12-10 | Clean up and comment org-sort-parent | Kyle Meyer | |
2014-12-10 | Clean up org-sort-heading-ignoring-articles | Kyle Meyer | |
2014-12-09 | Update magit-status advice for renamed function | Kyle Meyer | |
Magit commit 23f4f8dd3abe4dd7ee57d8edd62421f1f2c6daea introduced magit-status-internal. | |||
2014-12-08 | Enable haskell-doc-mode | Kyle Meyer | |
2014-12-07 | Move some settings to init-external.el | Kyle Meyer | |
2014-12-07 | Don't set coding system in cleanup-buffer | Kyle Meyer | |
2014-12-07 | Check indent-tabs-mode in cleanup-buffer function | Kyle Meyer | |
2014-12-03 | org-remove-title-leader: Allow priorities | Kyle Meyer | |
2014-12-01 | Add command magit-ff-merge-upstream | Kyle Meyer | |
2014-11-30 | Use bog autoloads file | Kyle Meyer | |
2014-11-30 | Modify gnus faces for stekene-light theme | Kyle Meyer | |
2014-11-30 | Modify Org faces for stekene-light theme | Kyle Meyer | |
2014-11-30 | Set background of stekene-light to white | Kyle Meyer | |
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 | |