summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-12Bundle stekene-light themeKyle Meyer
stekene-dark and stekene-light were removed from MELPA in 0765af97 (Drop unmaintained themes (#4369), 2016-10-30), and the corresponding GitHub repo no longer exists.
2016-12-12git-rebase-fixup-duplicates: Use markerKyle Meyer
If only an integer is used, the end value used for the search is no longer accurate because more characters are inserted for each line where "fixup" or "squash" is substituted for "pick". This discrepancy is unlikely to have an observable effect when git-rebase-show-instructions is non-nil because the end value includes many characters beyond the last commit line. But when git-rebase-show-instructions is nil, this can easily result in the last commit line not matching the regexp because the end value has shifted to the middle of the line.
2016-12-11Remove km/magit-refs-filter-recent commandKyle Meyer
I'm not sure why I preferred this to using --sort=-committerdate in the magit-show-refs-popup.
2016-12-09Add magit-update-or-auto-commit commandKyle Meyer
2016-12-09Color cursor to stand out moreKyle Meyer
2016-12-06magit: Update for margin changesKyle Meyer
Magit bb8626d (Merge branch 'margin' [#2885], 2016-12-05)
2016-12-06Set magit-log-show-refname-after-summaryKyle Meyer
2016-12-06magit: Shorten number of commits in logKyle Meyer
2016-12-01Remove find-file-as-root commandKyle Meyer
helm-find-files has an action for this.
2016-11-30magit: Update for margin customization changesKyle Meyer
Magit's 186c3d6 (Make log margin more flexible and easier to configure, 2016-11-29)
2016-11-26git-rebase: Disable instructionsKyle Meyer
2016-11-21Add message-mode to helm-mode-no-completion-in-region-in-modesKyle Meyer
Avoid issue with org-contacts completions.
2016-11-19helm: Add binding for dired commandKyle Meyer
2016-11-19helm: Add below variants for buffers and filesKyle Meyer
2016-11-17km-org.el: Add more autoloadsKyle Meyer
2016-11-17Use separate file for Org agenda extensionsKyle Meyer
2016-11-17Load org-contacts and org-agenda after org-captureKyle Meyer
2016-11-16Add .tramp_history to dired-omit-filesKyle Meyer
2016-11-16Rewrite dired-omit-files with rxKyle Meyer
2016-11-13Add elfeed-catchup commandKyle Meyer
2016-11-13Add elfeed-default-filter commandKyle Meyer
2016-11-13Add elfeed-set-tag commandKyle Meyer
2016-11-10Set org-agenda-skip-scheduled-if-deadline-is-shownKyle Meyer
2016-11-10org-agenda-refile-dwim: Fix variable name in doc-stringKyle Meyer
2016-11-10Move km/org-agenda-refile-targets to km-untracked.elKyle Meyer
2016-11-08Update for magit-annex-all-action-arguments removalKyle Meyer
2016-11-08Autoload km/org-gotoKyle Meyer
2016-11-04snippets: Add priority TODOKyle Meyer
2016-11-01bog: Don't add to org-mode-hook until first useKyle Meyer
2016-10-30agenda: Use fewer colorsKyle Meyer
2016-10-30Set org-agenda-calendar-sexpKyle Meyer
2016-10-29agenda: Sort headings alphabetically within categoryKyle Meyer
2016-10-27Add change-font-height-global commandKyle Meyer
2016-10-27Set vc-git-resolve-conflicts to nilKyle Meyer
2016-10-27Add writeroom-toggle-fullscreen commandKyle Meyer
2016-10-25snippets (fname): Remove unnecessary insert callKyle Meyer
In addition to being unnecessary, this silences the following warning: Warning (yasnippet): ‘fname’ modified buffer in a backquote expression. To hide this warning, add (yasnippet backquote-change) to ‘warning-suppress-types’.
2016-10-20org-open-file-at-point: Support \includegraphicsKyle Meyer
"includegraphics" may not be part of the text returned by thing-at-point if includegraphics is passed options.
2016-10-18Regroup some dired-mode-map bindingsKyle Meyer
2016-10-15Add km/elfeed-avy-goto-subword-1 commandKyle Meyer
2016-10-15Add org-sort-all-level-headings commandKyle Meyer
2016-10-14Replace projectile-kill-other-buffers with visible variantKyle Meyer
2016-10-14snippets: Add \SI{} snippet for latex-modeKyle Meyer
2016-10-11Set org-agenda-skip-deadline-prewarning-if-scheduledKyle Meyer
2016-10-08Add speed command for inserting TODO headingKyle Meyer
2016-10-05snippets: Add equation snippet for latex-modeKyle Meyer
2016-10-05Set writeroom-fullscreen-effect to maximizedKyle Meyer
2016-09-24Add org-open-last-pdf commandKyle Meyer
Mostly for binding to i3wm key.
2016-09-23latex-imenu-create-index-function: Support short labelsKyle Meyer
2016-09-23latex-imenu-create-index-function: Use rxKyle Meyer
2016-09-23reftex: Add cleveref to default style listKyle Meyer