Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-23 | Go back to default helm popup | Kyle Meyer | |
Keep getting error when completing in minibuffer with no other windows. | |||
2015-05-21 | Set magit-revert-buffers | Kyle Meyer | |
2015-05-21 | Make hydra map for Paredit bindings | Kyle Meyer | |
2015-05-21 | Go back to Paredit | Kyle Meyer | |
This reverts commit ad8a9a3d94c3553d59e3d4ad2b99580d8d395c21 and e158f7f14b061eb731ea44ddac1f09f1008380de. | |||
2015-05-19 | Turn on Electric Pair mode globally | Kyle Meyer | |
2015-05-18 | Update ace-link-dired for upstream changes | Kyle Meyer | |
2015-05-17 | helm: Don't prompt when creating new file | Kyle Meyer | |
2015-05-13 | Org capture: Use checkitems for revisit items | Kyle Meyer | |
2015-05-13 | init-diminish.el: Update for Magit changes | Kyle Meyer | |
Commit a3c7c70cdf4 | |||
2015-05-10 | Magit: Add commands for checking out recent refs | Kyle Meyer | |
2015-05-10 | Add command magit-checkout-file | Kyle Meyer | |
2015-05-09 | Sort scratch buffer keys | Kyle Meyer | |
2015-05-09 | Add Text mode to scratch buffers | Kyle Meyer | |
2015-05-07 | org-delete-checked-items: Combine lets | Kyle Meyer | |
2015-05-06 | Add command org-md-export-unfilled-buffer | Kyle Meyer | |
The advantage of this over use km/export-wrapped-text with md buffer is that it respects code blocks. | |||
2015-05-06 | Advice org-md-paragraph to fill contents | Kyle Meyer | |
2015-05-06 | Change prefix argument for scratch file commands | Kyle Meyer | |
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. |