Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-04 | Set winner-dont-bind-my-keys to t | Kyle Meyer | |
2018-02-04 | Add flyspell-prog-mode to prog-mode-hook | Kyle Meyer | |
2018-01-20 | Fix dir-locals-2 advice | Kyle Meyer | |
When I converted the original defadvice snippet [*] to an advice-add variant, I accidentally dropped the first function call, which results in .dir-locals.el not being read in. [*] https://emacs.stackexchange.com/questions/4267/how-can-i-have-a-second-dir-locals | |||
2018-01-20 | Add support for a second dir-locals-file | Kyle Meyer | |
Based on https://emacs.stackexchange.com/questions/4267/how-can-i-have-a-second-dir-locals | |||
2018-01-20 | Don't use font lock in ledger mode | Kyle Meyer | |
2018-01-13 | Add notmuch variant for debbugs-gnu-select-report | Kyle Meyer | |
2018-01-13 | Define notmuch-search variant | Kyle Meyer | |
2018-01-13 | Update copyright years | Kyle Meyer | |
2017-12-31 | Add ghub for latest Magit | Kyle Meyer | |
2017-12-31 | Update for magit-popup's move | Kyle Meyer | |
2017-12-31 | magit: Modify message for refs/pull/ merges | Kyle Meyer | |
2017-12-31 | org-agenda-custom-commands: Add inbox view | Kyle Meyer | |
2017-12-31 | Create eval-map | Kyle Meyer | |
2017-12-31 | Update some variable values for Debian switch | Kyle Meyer | |
2017-11-17 | Remove org-structure-template-alist customization | Kyle 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-17 | Remove magit-diff-while-committing-no-select advice | Kyle Meyer | |
This is redundant as of Magit's 0fefe671 (magit-diff-while-committing: stay in message buffer, 2017-11-04). | |||
2017-11-17 | notmuch: Don't indent messages | Kyle Meyer | |
2017-11-02 | notmuch-hello-sections: Remove notmuch-hello-insert-saved-searches | Kyle Meyer | |
2017-10-28 | Add custom notmuch-show-stash-git-send-email variant | Kyle Meyer | |
2017-10-28 | Add missing prefix map | Kyle Meyer | |
This should have been added with 522a5960. | |||
2017-10-26 | magit-status-sections-hook: Update for new default | Kyle 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-26 | Don't use a custom value for magit-uniquify-buffer-names | Kyle 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-26 | Don't explicitly disable magit-revision-show-gravatars | Kyle Meyer | |
As of Magit's a01490b6 (magit-revision-show-gravatars: don't by default, 2015-10-28), the default value is nil. | |||
2017-10-26 | Don't set non-existent magit-push-always-verify | Kyle Meyer | |
This was removed a long time ago in Magit's 9e4f84f6 (magit-push-always-verify: remove option, 2015-11-28). | |||
2017-10-19 | Bind ess-eval-region-or-function-or-paragraph in r-prefix-map | Kyle Meyer | |
2017-10-05 | Move {beginning,end}-of-buffer to more comfortable bindings | Kyle Meyer | |
2017-10-05 | dired: Add beginning-of-buffer variant | Kyle Meyer | |
2017-08-10 | Move bind-keys call for kill-map to :init | Kyle Meyer | |
... in order to autoload commands. | |||
2017-08-03 | mail: Read sync-mail arguments through custom function | Kyle Meyer | |
2017-07-30 | Add magit-imerge | Kyle Meyer | |
2017-07-28 | Add autoloaded avy-action-copy-line to avy-dispatch-alist | Kyle Meyer | |
2017-07-23 | Add copy line action to avy-dispatch-alist | Kyle Meyer | |
2017-07-23 | server: Disable server-use-tcp | Kyle 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-22 | yas: Add yasnippet-snippets collection | Kyle Meyer | |
2017-07-09 | Enable magit-wip-after-save-mode globally, again | Kyle Meyer | |
2017-07-09 | Move magit-wip keybindings to :init phase | Kyle Meyer | |
2017-07-03 | Add custom notmuch-tree-from-show-current-query command | Kyle Meyer | |
2017-07-03 | notmuch: Swap z/Z tree commands | Kyle Meyer | |
2017-06-25 | Add magit-tbdiff | Kyle Meyer | |
2017-06-24 | emacs-lisp-mode-hook: Enable xref-etags-mode inside Git repos | Kyle 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-24 | lispy: Reclaim "M-." for xref-find-definitions | Kyle Meyer | |
2017-06-24 | Make spacing for defun/add-hook pairs consistent | Kyle Meyer | |
2017-05-29 | org-board-wget-switches: Remove "-e robots=off" | Kyle Meyer | |
2017-05-20 | Set new magit-use-sticky-arguments option to `current' | Kyle Meyer | |
... and retire workaround. | |||
2017-05-19 | Add binding for magit-revision-toggle-file-filter | Kyle Meyer | |
2017-05-19 | km/magit-map: Add key for beginning-of-buffer | Kyle Meyer | |
2017-05-12 | Declare boolean value for org-log-done as safe | Kyle Meyer | |
2017-05-09 | scheme: Add 'define-public' to imenu expression | Kyle Meyer | |
2017-04-29 | helm-swoop: Disable pre-input | Kyle Meyer | |
The pre-input text can still be set with the region. | |||
2017-04-27 | Add lispy to magit-blame-disable-modes | Kyle Meyer | |