summaryrefslogtreecommitdiff
path: root/init.el
AgeCommit message (Collapse)Author
2017-01-26magit: Add a log dwim commandKyle Meyer
2017-01-24Add gnus-copy-message-id-as-kill commandKyle Meyer
2017-01-21Bind helm-minibuffer-history to M-rKyle Meyer
2017-01-20magit: Add --diff-filter option to popupsKyle Meyer
2017-01-19magit: Shorten hashes in locked revision buffersKyle Meyer
2017-01-16Remove unneeded package.el setupKyle Meyer
2017-01-16Add elfeed command to mail mapKyle Meyer
2017-01-16magit: Override sticky logs and diffsKyle Meyer
I've tried, but I can't get used to the sticky arguments. Unless I can see the log/diff buffer in the current frame, just kill it.
2017-01-16magit-wip: Swap local and global bindings for after-save-modeKyle Meyer
2017-01-16magit: Use '--sort=-committerdate' as default in refs bufferKyle Meyer
2017-01-16Go back to :use-prefix default for magit-patch-popupKyle Meyer
2017-01-16agenda: Use "w" for refilingKyle Meyer
I refile more the I change to the weekly view (which is my default view). Can still change view through dispatch ("d").
2017-01-16org-agenda: Move binding for custom commandKyle Meyer
2017-01-16Bind helm-mark-ring instead of helm-all-mark-ringsKyle Meyer
2017-01-16Bind org-agenda in org-agenda-mode-mapKyle Meyer
2017-01-16org: Consistently use "v" for captureKyle Meyer
Gnus and elfeed are already using "v", so I want to use "v" rather than "k" in the agenda. At which point, everything is "v", so I'll just switch the global binding to that as well.
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-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-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-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-10Move km/org-agenda-refile-targets to km-untracked.elKyle Meyer
2016-11-08Update for magit-annex-all-action-arguments removalKyle Meyer
2016-11-01bog: Don't add to org-mode-hook until first useKyle Meyer
2016-10-29agenda: Sort headings alphabetically within categoryKyle Meyer
2016-10-27Set vc-git-resolve-conflicts to nilKyle Meyer
2016-10-27Add writeroom-toggle-fullscreen commandKyle Meyer
2016-10-18Regroup some dired-mode-map bindingsKyle Meyer
2016-10-15Add km/elfeed-avy-goto-subword-1 commandKyle Meyer
2016-10-14Replace projectile-kill-other-buffers with visible variantKyle Meyer
2016-10-11Set org-agenda-skip-deadline-prewarning-if-scheduledKyle Meyer
2016-10-08Add speed command for inserting TODO headingKyle Meyer
2016-10-05Set writeroom-fullscreen-effect to maximizedKyle Meyer
2016-09-23reftex: Add cleveref to default style listKyle Meyer
2016-09-21Add org-agenda-refile-dwim commandKyle Meyer