Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-30 | Install God mode | Kyle Meyer | |
2015-03-30 | Add bibtex-remove-doi-leader to clean hook | Kyle Meyer | |
2015-03-30 | Add bibtex-pages-use-double-hyphen to clean hook | Kyle Meyer | |
2015-03-30 | Add bibtex-single-space-author-list to clean hook | Kyle Meyer | |
2015-03-30 | bibtex-use-title-case: Don't touch commands | Kyle Meyer | |
2015-03-30 | Make bibtex-clean-entry do more | Kyle Meyer | |
2015-03-27 | Add command magit-insert-staged-file | Kyle Meyer | |
2015-03-25 | Reorganize magit-define-popup-action calls | Kyle Meyer | |
2015-03-25 | Add magit-delete-previous-branch command | Kyle Meyer | |
2015-03-24 | Use helm variant of imenu | Kyle Meyer | |
2015-03-24 | Update toggle-line-or-region-comment | Kyle Meyer | |
These modifications are based off of Drew Adam's comment function [1]. The main change in behavior from my old function is that whole lines of the region are commented even when the beginning or end of the region is not at the beginning or end of the line. [1] http://permalink.gmane.org/gmane.emacs.devel/181816 | |||
2015-03-23 | Use a second daemon for Gnus | Kyle Meyer | |
Follow setup described in http://tychoish.com/posts/running-multiple-emacs-daemons-on-a-single-system/ | |||
2015-03-23 | Update Bog for global command map | Kyle Meyer | |
2015-03-23 | Swap meaning of ace-window prefix arguments | Kyle Meyer | |
2015-03-23 | Add dired-copy-and-edit command | Kyle Meyer | |
2015-03-15 | Org capture: Move point before copied text | Kyle Meyer | |
2015-03-14 | Set bog-subdirectory-group | Kyle Meyer | |
2015-03-14 | Simplify IPython shell setup | Kyle Meyer | |
Current python.el seems to have this built in. | |||
2015-03-12 | Remove goto-line-with-feedback | Kyle Meyer | |
Whenever I use goto-line, it's because I already have the line number, so I don't need the feedback. If I just wanted to jump to a visible line, I'd use ace-jump-mode. | |||
2015-03-12 | Change km/kill-buffer key | Kyle Meyer | |
2015-03-10 | Remove km/magit-log-all-branches action | Kyle Meyer | |
A similar action was added to Magit in a471cfb94c762a714570a86a75004770fb6214c3. | |||
2015-03-10 | Use woman for helm man function | Kyle Meyer | |
2015-03-10 | Modify projectile for helm | Kyle Meyer | |
Add helm version of functions to map and commander. I can't use helm-projectile-on directly because of the keys I've redefined. Since I'm now redefining so many commands, don't use any of the predefined keys and just set everything here for both projectile-command-map and commander. | |||
2015-03-10 | Switch from ido to helm | Kyle Meyer | |
2015-03-10 | gnus-group-sort-by-topic: Load gnus-topic | Kyle Meyer | |
2015-03-03 | Fix typo scratch-find-file docstring | Kyle Meyer | |
2015-03-03 | Don't load customization file | Kyle Meyer | |
I don't use this. I'm not setting custom-file to nil because I don't want customization to be dropped in init.el. | |||
2015-03-03 | Fix indentation | Kyle Meyer | |
2015-03-03 | Add command shr-browse-url-and-goto-next | Kyle Meyer | |
2015-03-01 | Save bookmarks when modified | Kyle Meyer | |
2015-03-01 | Add find-function-other-window binding | Kyle Meyer | |
2015-02-28 | Save abbrevs silently | Kyle Meyer | |
2015-02-28 | Setup Org Link Edit | Kyle Meyer | |
2015-02-28 | Make 'Link' heading in Org setup file | Kyle Meyer | |
2015-02-28 | Add PubMed link type for Org | Kyle Meyer | |
2015-02-28 | Replace noflet instance with cl-letf | Kyle Meyer | |
2015-02-28 | Rework some file-map bindings | Kyle Meyer | |
2015-02-28 | Add write-file variant | Kyle Meyer | |
2015-02-28 | Add Oleh Krehel's variant of occur | Kyle Meyer | |
2015-02-28 | Prepend new entries when capture | Kyle Meyer | |
2015-02-28 | Add capture templates for Visit/Revisit headings | Kyle Meyer | |
2015-02-28 | Make typo-abbrev-table | Kyle Meyer | |
Previously, I was using global-abbrev-table as an initial capture area for abbrevs and for really common typos. Make separate table for common typos so that global-abbrev-table only serves as capture area. | |||
2015-02-28 | Move abbrev customization to separate file | Kyle Meyer | |
2015-02-28 | Save abbrevs silently | Kyle Meyer | |
2015-02-28 | Add case-only abbrev functions | Kyle Meyer | |
2015-02-28 | Pass ARG to dired-get-marked-files | Kyle Meyer | |
2015-02-28 | Tweak make-kill-thing-at-point | Kyle Meyer | |
2015-02-28 | Rewrite org-refile-dwim-target-file | Kyle Meyer | |
2015-02-28 | Activate magit-patch-popup with prefix | Kyle Meyer | |
2015-02-28 | Add command magit-pin-file | Kyle Meyer | |