Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-04 | Load nlines | Kyle Meyer | |
2015-05-04 | Dired: Sort by time by default | Kyle Meyer | |
2015-05-04 | Rewrite columnify-file | Kyle Meyer | |
2015-05-01 | Remove smex | Kyle Meyer | |
Using helm for this now. | |||
2015-05-01 | Use recentf list with helm | Kyle Meyer | |
2015-04-30 | Swap top and middle in recenter-positions | Kyle Meyer | |
2015-04-30 | Use separate recentf save file for mail server | Kyle Meyer | |
2015-04-28 | Add fallback for copying project name at point | Kyle Meyer | |
This also fixes a bug: fname should not have been passed down when it was nil. | |||
2015-04-28 | Add python-shell-send-set-string command | Kyle Meyer | |
2015-04-24 | Add every git commit message to ring | Kyle Meyer | |
https://github.com/magit/magit/issues/1677 | |||
2015-04-23 | Org: Add org-babel-delete-all-results command | Kyle Meyer | |
2015-04-20 | Replace woman binding with helm-man-woman | Kyle Meyer | |
2015-04-18 | Set magit-annex-unused-open-function to org-open-file | Kyle Meyer | |
2015-04-16 | Use key chord for recompile | Kyle Meyer | |
2015-04-16 | Set default-input-method | Kyle Meyer | |
2015-04-15 | Limit AceJump lower case keys | Kyle Meyer | |
2015-04-15 | Add another binding for eval-expression | Kyle Meyer | |
2015-04-12 | Disable jedi in Python mode | Kyle Meyer | |
This seems to be interfering with reverting Python buffers. I haven't looked into this further yet. | |||
2015-04-12 | Stop semantic from taking over imenu in Python | Kyle Meyer | |
2015-04-12 | Add km/pyton-indent-post-self-insert-function | Kyle Meyer | |
2015-04-12 | Move server settings to init-server.el | Kyle Meyer | |
2015-04-12 | Avoid saving abbrevs and bookmarks if not default server | Kyle Meyer | |
2015-04-06 | Add abbrevs for TRUE and FALSE in R | Kyle Meyer | |
2015-04-06 | Add smart key for dplyr pipe | Kyle Meyer | |
2015-04-06 | Don't use ido with ess | Kyle Meyer | |
2015-04-06 | Enable abbrevs for programming modes | Kyle Meyer | |
2015-04-05 | Give in to Transient Mark mode | Kyle Meyer | |
I tend to use C-SPC for pushing a position to jump back to later much more than I use it to highlight a region, so I prefer to disable Transient Mark mode and use C-SPC C-SPC to temporarily activate it. However, it seems that lispy depends on this being on for its mark commands to be useful. So try to get used to C-SPC C-SPC to set a mark without activating. If I can't get used to that, I can try something similar to this: http://www.masteringemacs.org/article/fixing-mark-commands-transient-mark-mode | |||
2015-04-05 | Install lispy | Kyle Meyer | |
2015-04-05 | Install iedit | Kyle Meyer | |
2015-04-04 | Org: Check "SORT" property after refiling | Kyle Meyer | |
2015-04-04 | Org: Add property-dependent sorting functions | Kyle Meyer | |
2015-04-03 | Rewrite org-sort-parent | Kyle Meyer | |
Search for whole heading line instead of using org-find-exact-headline-in-buffer. | |||
2015-03-30 | Add delete-trailing-whitespace to cleanup function | Kyle Meyer | |
With 5f4f111cd, I replaced by old buffer cleanup functions with whitespace-mode. This resulted in similar behavior, but empty lines at the end of the buffer were no longer deleted. The 'empty' option for whitespace-style will do this, but it also deletes empty lines at the beginning of the buffer, which I don't want. Add delete-trailing-whitespace to km/cleanup-buffer so that trailing whitespace is removed. | |||
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 | |