Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-10 | Add new paredit barf/slurp bindings | Kyle Meyer | |
2013-11-10 | Add git-annex to package list | Kyle Meyer | |
git-annex-el is now in ELPA (previously I was loading ~/.emacs.d/vendor) | |||
2013-11-06 | Ignore mc-lists.el | Kyle Meyer | |
2013-11-06 | Install expand-region | Kyle Meyer | |
2013-11-06 | Install multiple cursors | Kyle Meyer | |
2013-11-06 | List packages in alphabetical order | Kyle Meyer | |
2013-11-03 | Bury Org agenda instead of killing | Kyle Meyer | |
2013-11-03 | Fullscreen org-agenda-list | Kyle Meyer | |
Modified from similar magit setup: http://whattheemacsd.com/setup-magit.el-01.html | |||
2013-11-01 | Fullscreen magit status | Kyle Meyer | |
2013-11-01 | Add separate magit init file | Kyle Meyer | |
2013-11-01 | Don't load packages post init | Kyle Meyer | |
2013-10-31 | Function for magit auto commit | Kyle Meyer | |
For a few repos where commits often are not accompanied by a meaningful message | |||
2013-10-29 | Function for quick amend with magit | Kyle Meyer | |
2013-10-27 | "TODO" comment function | Kyle Meyer | |
2013-10-27 | Clean up comment function | Kyle Meyer | |
2013-09-28 | Clean up km-tex.el | Kyle Meyer | |
2013-09-28 | Load reftex with latex-mode | Kyle Meyer | |
2013-09-28 | Load auctex | Kyle Meyer | |
I'm not sure how auctex was getting loaded before, but now I need to explicitly load it. | |||
2013-09-05 | Fix amsmath conflict for org latex export | Kyle Meyer | |
2013-09-01 | Add misc.org to org refile targets | Kyle Meyer | |
2013-08-12 | Replace mapcar with more appropriate mapc | Kyle Meyer | |
2013-08-12 | Add python2/3 variants to interpreter mode alist | Kyle Meyer | |
For cases that specify python2 or python3 specifically in shebang but don't have a .py extension. Before I was using "-*- mode: python -*-" in these files. | |||
2013-08-11 | Add missing interactive call | Kyle Meyer | |
2013-08-10 | Revert to default org heading spacing | Kyle Meyer | |
2013-08-08 | Add Wiegley's git-annex.el | Kyle Meyer | |
2013-08-08 | Remove undo-tree | Kyle Meyer | |
2013-08-02 | Fix typos in plt snippet | Kyle Meyer | |
2013-07-29 | Add yas snippet to latex mode hook | Kyle Meyer | |
2013-07-25 | Add attr_html org template | Kyle Meyer | |
2013-07-24 | Add function to snip mail quote | Kyle Meyer | |
2013-07-24 | Rebind gnus start or switch | Kyle Meyer | |
C-c m was conflicting with the prefix I use for custom mode commands. Remap to C-x m, which was bound to `compose-mail'. | |||
2013-07-24 | Add swap-windows from prelude | Kyle Meyer | |
I tend handle more complicated window configurations with a tiling window manager, so I don't think I'd have much use for anything more complex (like transpose-frame.el). | |||
2013-07-23 | Add keybinding for level 1 gnus start or switch | Kyle Meyer | |
Create a function that always fetches a specified level even if gnus is already started. This is different from the behavior of both `gnus' and `gnus-other-frame' (although I might be missing a gnus function that already does this). I'm fine frequently fetching level 1 because I reserve this for mail groups (which are local). | |||
2013-07-23 | Add orgtbl to orgstruct hook calls | Kyle Meyer | |
If orgtbl is not loaded with orgstruct++, void `orgtbl-line-start-regexp' gives error. | |||
2013-07-23 | Remove unused compose mail keybinding | Kyle Meyer | |
2013-07-22 | Enable orgstruct++ in magit-log-edit-mode | Kyle Meyer | |
2013-07-22 | Switch message-mode to orgstruct++ | Kyle Meyer | |
orgstruct++ has more complete formatting and list functionality (such as the ability to create a new list element from the previous element even if it is multi-line). | |||
2013-07-22 | add pytest function snippet | Kyle Meyer | |
2013-07-20 | add TODO flag to backburner link | Kyle Meyer | |
2013-07-19 | advise recompile to not modify window state | Kyle Meyer | |
2013-07-19 | add py.test compiling keybindings | Kyle Meyer | |
2013-07-19 | accept C-j for newline-and-indent | Kyle Meyer | |
2013-07-19 | add prefix to "insert" keybindings | Kyle Meyer | |
2013-07-18 | move key bindings to .gnus.el | Kyle Meyer | |
summary and article mode mapping have no effect (presumably overridden) if not they are not evaluated at the time gnus loads | |||
2013-07-17 | remap group, summary, and article enter commands | Kyle Meyer | |
left pinky is getting tired of pressing enter | |||
2013-07-17 | remove duplicate org log setting | Kyle Meyer | |
2013-07-17 | clean up org-mode/ido refiling settings | Kyle Meyer | |
some ido settings were repeated and not org-specific | |||
2013-07-17 | add more latex-related org templates | Kyle Meyer | |
2013-07-17 | back to lower case org structure templates | Kyle Meyer | |
tried to use upper case because that is the default but couldn't get used to it | |||
2013-07-16 | function to join to next line with one space | Kyle Meyer | |