summaryrefslogtreecommitdiff
path: root/init.el
AgeCommit message (Collapse)Author
2017-12-31Update some variable values for Debian switchKyle Meyer
2017-11-17Remove org-structure-template-alist customizationKyle Meyer
This will fail as of Org's c04e357f3 (Replace easy templates with org-insert-structure-template, 2017-11-05). I don't think I was using this much anymore, and, if I do end up missing this functionality, yasnippet is probably a better solution.
2017-11-17Remove magit-diff-while-committing-no-select adviceKyle Meyer
This is redundant as of Magit's 0fefe671 (magit-diff-while-committing: stay in message buffer, 2017-11-04).
2017-11-17notmuch: Don't indent messagesKyle Meyer
2017-11-02notmuch-hello-sections: Remove notmuch-hello-insert-saved-searchesKyle Meyer
2017-10-28Add custom notmuch-show-stash-git-send-email variantKyle Meyer
2017-10-28Add missing prefix mapKyle Meyer
This should have been added with 522a5960.
2017-10-26magit-status-sections-hook: Update for new defaultKyle Meyer
As of Magit's ebbf00b7 (Always show recent commits in the status buffer, 2017-10-26), magit-insert-unpushed-to-upstream has been replaced by magit-insert-unpushed-to-upstream-or-recent.
2017-10-26Don't use a custom value for magit-uniquify-buffer-namesKyle Meyer
As of Magit's 7edecce4 (Append an asterisk to buffer names when possible, 2017-10-09), the default value gives the same result when magit-uniquify-buffer-names is nil.
2017-10-26Don't explicitly disable magit-revision-show-gravatarsKyle Meyer
As of Magit's a01490b6 (magit-revision-show-gravatars: don't by default, 2015-10-28), the default value is nil.
2017-10-26Don't set non-existent magit-push-always-verifyKyle Meyer
This was removed a long time ago in Magit's 9e4f84f6 (magit-push-always-verify: remove option, 2015-11-28).
2017-10-19Bind ess-eval-region-or-function-or-paragraph in r-prefix-mapKyle Meyer
2017-10-05Move {beginning,end}-of-buffer to more comfortable bindingsKyle Meyer
2017-10-05dired: Add beginning-of-buffer variantKyle Meyer
2017-08-10Move bind-keys call for kill-map to :initKyle Meyer
... in order to autoload commands.
2017-08-03mail: Read sync-mail arguments through custom functionKyle Meyer
2017-07-30Add magit-imergeKyle Meyer
2017-07-28Add autoloaded avy-action-copy-line to avy-dispatch-alistKyle Meyer
2017-07-23Add copy line action to avy-dispatch-alistKyle Meyer
2017-07-23server: Disable server-use-tcpKyle Meyer
Using TCP sockets isn't necessary to run multiple servers. emacsclient's --socket-name flag can be used instead of --server-file to connect to a named server. See the comments of http://tychoish.com/post/running-multiple-emacs-daemons-on-a-single-system/
2017-07-22yas: Add yasnippet-snippets collectionKyle Meyer
2017-07-09Enable magit-wip-after-save-mode globally, againKyle Meyer
2017-07-09Move magit-wip keybindings to :init phaseKyle Meyer
2017-07-03Add custom notmuch-tree-from-show-current-query commandKyle Meyer
2017-07-03notmuch: Swap z/Z tree commandsKyle Meyer
2017-06-25Add magit-tbdiffKyle Meyer
2017-06-24emacs-lisp-mode-hook: Enable xref-etags-mode inside Git reposKyle Meyer
This makes it easier to jump to definitions in the repository rather than definitions for symbols defined in the current Emacs session. Aside from needing to generate a TAGS file, the tradeoff is that I have to use describe-variable or {find,describe}-function for symbols outside of repo.
2017-06-24lispy: Reclaim "M-." for xref-find-definitionsKyle Meyer
2017-06-24Make spacing for defun/add-hook pairs consistentKyle Meyer
2017-05-29org-board-wget-switches: Remove "-e robots=off"Kyle Meyer
2017-05-20Set new magit-use-sticky-arguments option to `current'Kyle Meyer
... and retire workaround.
2017-05-19Add binding for magit-revision-toggle-file-filterKyle Meyer
2017-05-19km/magit-map: Add key for beginning-of-bufferKyle Meyer
2017-05-12Declare boolean value for org-log-done as safeKyle Meyer
2017-05-09scheme: Add 'define-public' to imenu expressionKyle Meyer
2017-04-29helm-swoop: Disable pre-inputKyle Meyer
The pre-input text can still be set with the region.
2017-04-27Add lispy to magit-blame-disable-modesKyle Meyer
2017-04-27view-mode: Rewrite and move hook for disabling lispyKyle Meyer
Directly test for lispy-mode rather than assuming which modes have enabled lispy. Move the hook under into View mode's setup to avoid the 'after' wrapper.
2017-04-24org-prefix-map: Bind org-board-openKyle Meyer
2017-04-24org-board: Open with system browser by defaultKyle Meyer
2017-04-22recentf: Ignore /gnu/store filesKyle Meyer
2017-04-22projectile: Ignore /gnu/store directoriesKyle Meyer
2017-04-22Enable guix-prettify-modeKyle Meyer
2017-04-22external-map: Add a key for the command guixKyle Meyer
2017-04-22scheme-mode: Use lispyKyle Meyer
2017-04-22Remove Cask-related configurationKyle Meyer
Locally I've moved to Guix to manage my Emacs packages. Once all of these are available upstream, I should probably add a guix.scm file.
2017-04-22org: Make sure Info-directory-list is set up before modifying itKyle Meyer
info-initialize is currently called prior to Org's :init being executed, but this seems to be dependent on Cask, which will be removed in the next commit.
2017-04-20org-board: Confirm before archivingKyle Meyer
2017-04-18elfeed: Add one-key binding for beginning-of-bufferKyle Meyer
2017-04-11Add org-agenda-reschedule-by-days commandKyle Meyer