Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Add snippet for Snakemake rule | 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 | Add plt.subplots snippets | Kyle Meyer | |
2015-04-03 | Add snippet for dplyr import | Kyle Meyer | |
2015-04-03 | Don't quote package name in R import snippets | 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 | |
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-10 | Install helm | 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 | |