summaryrefslogtreecommitdiff
path: root/lisp
AgeCommit message (Collapse)Author
2015-05-21Make hydra map for Paredit bindingsKyle Meyer
2015-05-21Go back to PareditKyle Meyer
This reverts commit ad8a9a3d94c3553d59e3d4ad2b99580d8d395c21 and e158f7f14b061eb731ea44ddac1f09f1008380de.
2015-05-19Turn on Electric Pair mode globallyKyle Meyer
2015-05-18Update ace-link-dired for upstream changesKyle Meyer
2015-05-17helm: Don't prompt when creating new fileKyle Meyer
2015-05-13Org capture: Use checkitems for revisit itemsKyle Meyer
2015-05-13init-diminish.el: Update for Magit changesKyle Meyer
Commit a3c7c70cdf4
2015-05-10Magit: Add commands for checking out recent refsKyle Meyer
2015-05-10Add command magit-checkout-fileKyle Meyer
2015-05-09Sort scratch buffer keysKyle Meyer
2015-05-09Add Text mode to scratch buffersKyle Meyer
2015-05-07org-delete-checked-items: Combine letsKyle Meyer
2015-05-06Add command org-md-export-unfilled-bufferKyle Meyer
The advantage of this over use km/export-wrapped-text with md buffer is that it respects code blocks.
2015-05-06Advice org-md-paragraph to fill contentsKyle Meyer
2015-05-06Change prefix argument for scratch file commandsKyle Meyer
2015-05-04Load nlinesKyle Meyer
2015-05-04Dired: Sort by time by defaultKyle Meyer
2015-05-04Rewrite columnify-fileKyle Meyer
2015-05-01Remove smexKyle Meyer
Using helm for this now.
2015-05-01Use recentf list with helmKyle Meyer
2015-04-30Swap top and middle in recenter-positionsKyle Meyer
2015-04-30Use separate recentf save file for mail serverKyle Meyer
2015-04-28Add fallback for copying project name at pointKyle Meyer
This also fixes a bug: fname should not have been passed down when it was nil.
2015-04-28Add python-shell-send-set-string commandKyle Meyer
2015-04-24Add every git commit message to ringKyle Meyer
https://github.com/magit/magit/issues/1677
2015-04-23Org: Add org-babel-delete-all-results commandKyle Meyer
2015-04-20Replace woman binding with helm-man-womanKyle Meyer
2015-04-18Set magit-annex-unused-open-function to org-open-fileKyle Meyer
2015-04-16Use key chord for recompileKyle Meyer
2015-04-16Set default-input-methodKyle Meyer
2015-04-15Limit AceJump lower case keysKyle Meyer
2015-04-15Add another binding for eval-expressionKyle Meyer
2015-04-12Disable jedi in Python modeKyle Meyer
This seems to be interfering with reverting Python buffers. I haven't looked into this further yet.
2015-04-12Stop semantic from taking over imenu in PythonKyle Meyer
2015-04-12Add km/pyton-indent-post-self-insert-functionKyle Meyer
2015-04-12Move server settings to init-server.elKyle Meyer
2015-04-12Avoid saving abbrevs and bookmarks if not default serverKyle Meyer
2015-04-06Add abbrevs for TRUE and FALSE in RKyle Meyer
2015-04-06Add smart key for dplyr pipeKyle Meyer
2015-04-06Don't use ido with essKyle Meyer
2015-04-06Enable abbrevs for programming modesKyle Meyer
2015-04-05Give in to Transient Mark modeKyle 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-05Install lispyKyle Meyer
2015-04-05Install ieditKyle Meyer
2015-04-04Org: Check "SORT" property after refilingKyle Meyer
2015-04-04Org: Add property-dependent sorting functionsKyle Meyer
2015-04-03Rewrite org-sort-parentKyle Meyer
Search for whole heading line instead of using org-find-exact-headline-in-buffer.
2015-03-30Add delete-trailing-whitespace to cleanup functionKyle 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-30Install God modeKyle Meyer
2015-03-30Add bibtex-remove-doi-leader to clean hookKyle Meyer