summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-11-30Use bog autoloads fileKyle Meyer
2014-11-30Merge branch 'stekene-theme'Kyle Meyer
2014-11-30Modify gnus faces for stekene-light themeKyle Meyer
2014-11-30Modify Org faces for stekene-light themeKyle Meyer
2014-11-30Set background of stekene-light to whiteKyle Meyer
2014-11-30Darken font-lock-keyword-face in stekene-lightKyle Meyer
2014-11-30Try out stekene-light themeKyle Meyer
2014-11-30Move custom.el face settings to init-appearance.elKyle Meyer
2014-11-30Use Cask and Pallet to manage packagesKyle Meyer
2014-11-30Add prefix to init-lisp-dirKyle Meyer
2014-11-30Use slashes after all directory namesKyle Meyer
2014-11-30Add Org contrib to load path in init-org.elKyle Meyer
2014-11-30Remove vendor directoryKyle Meyer
2014-11-29Make map for grep and find variantsKyle Meyer
2014-11-29Move grep-related stuff to init-buffile.elKyle Meyer
2014-11-29Wrap imenu to add rescan as prefix argumentKyle Meyer
2014-11-29Flip numbering default in snip-mail-quoteKyle Meyer
2014-11-26Update for git-commit-mode renameKyle Meyer