Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-07-15 | add replace/query-replace bindings | Kyle Meyer | |
under consistent prefix | |||
2013-07-15 | remove pointless getenv call | Kyle Meyer | |
2013-07-15 | catch org invisible edits | Kyle Meyer | |
2013-07-15 | enable org speed commands | Kyle Meyer | |
2013-07-14 | hide grep header | Kyle Meyer | |
2013-07-14 | bind server-edit to keychord | Kyle Meyer | |
2013-07-14 | remove mail sync keychord | Kyle Meyer | |
2013-07-13 | add less-css-mode to ibuffer web group | Kyle Meyer | |
2013-07-11 | set footnote tag to empty string | Kyle Meyer | |
2013-07-11 | add orgstruct to message-mode hook | Kyle Meyer | |
2013-07-11 | add git-commit-mode package | Kyle Meyer | |
2013-07-08 | wrap ipython settings in function | Kyle Meyer | |
this interferes with org babel session, so I'll only call it when i plan ot use ipython |