summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-20Rewrite zsh-ansi-term commandsKyle Meyer
- Always use terminal for that directory if it exists. - Let user override the default directory.
2015-01-20Remove shell-command adviceKyle Meyer
I was using this to hide the '*Async Shell Command*' buffer from dired-do-async-shell-command, but am removing it now because there are many cases where I want to see this buffer.
2015-01-19Rewrite bibtex-use-title-caseKyle Meyer
In addition to capitalizing important or unprotected words: - Convert unimportant words to lower case. - Allow protecting brackets to be within a word. - Always capitalize word at start of title unless protected.
2015-01-19Use hook to run bibtex-use-title-caseKyle Meyer
2015-01-18Don't advise org-tree-to-indirect-bufferKyle Meyer
2015-01-18Dired: Hide details by defaultKyle Meyer
2015-01-17Store current span across Org agenda callsKyle Meyer
2015-01-17gnus: Add function to sort by topicKyle Meyer
2015-01-15Use grep-setup-hook to hide grep headersKyle Meyer
2015-01-14Add command org-goto-agenda-headingKyle Meyer
2015-01-14Add variable for agenda refile targetsKyle Meyer
2015-01-14Decrease value of org-goto-max-levelKyle Meyer
2015-01-13Bind ace-jump in magit-cherry-modeKyle Meyer
2015-01-13Update interactive-haskell-mode setupKyle Meyer
2015-01-09Remove some unhelpful let bindingsKyle Meyer
2015-01-07gnus: Update select-group bindingKyle Meyer
This works with and without topic mode enabled.
2015-01-07gnus: Don't start in topic modeKyle Meyer
2015-01-07Mark org-goto-max-level as safe local variableKyle Meyer
2015-01-07Fix some docstringsKyle Meyer
2015-01-06ibuffer: Restore window configuration on quitKyle Meyer
2015-01-05Bind org-refile-goto-last-stored to global-org-mapKyle Meyer
2015-01-05notmuch-goto-message-in-gnus: Fix indentationKyle Meyer
2015-01-04Bind ace-jump to 'j' in magit-{refs,log}-mode-mapKyle Meyer
2015-01-04Enable LaTeX-narrow-to-environmentKyle Meyer
2015-01-02Go back to default spacing after sentencesKyle Meyer
Let's see if I can get used to this.
2015-01-02Go back to default fill-column valueKyle Meyer
2014-12-30Add display-only version of git-rebase-show-commitKyle 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-28Cask updateKyle Meyer
2014-12-28Update snip-mail-quote docstringKyle Meyer
2014-12-28Remove unnecessary variable quotesKyle Meyer
2014-12-25Add command org-clone-and-shift-by-repeaterKyle Meyer
2014-12-23Bind magit-diff-visit-file-worktree to C-jKyle Meyer
2014-12-23Add command magit-mode-quit-all-windowsKyle Meyer
2014-12-21Explicitly enable org-use-speed-commandsKyle 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-21Only rescan if imenu is already loadedKyle Meyer
2014-12-17Replace a one-armed 'if'Kyle Meyer
2014-12-16Add command org-normalize-spacesKyle Meyer
2014-12-16Add command reduce-to-single-spacesKyle Meyer
2014-12-16Add command org-add-blank-before-headingKyle Meyer
2014-12-15Fix typoKyle Meyer
2014-12-14Add command fill-surrounding-indentedKyle Meyer
2014-12-10Clean up and comment org-sort-parentKyle Meyer
2014-12-10Clean up org-sort-heading-ignoring-articlesKyle Meyer
2014-12-09Update magit-status advice for renamed functionKyle Meyer
Magit commit 23f4f8dd3abe4dd7ee57d8edd62421f1f2c6daea introduced magit-status-internal.
2014-12-08Enable haskell-doc-modeKyle Meyer
2014-12-07Move some settings to init-external.elKyle Meyer
2014-12-07Don't set coding system in cleanup-bufferKyle Meyer
2014-12-07Check indent-tabs-mode in cleanup-buffer functionKyle Meyer
2014-12-03org-remove-title-leader: Allow prioritiesKyle Meyer
2014-12-01Add command magit-ff-merge-upstreamKyle Meyer