Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2013-07-08 | add htmlize package | Kyle Meyer | |
2013-07-08 | add some common org templates | Kyle Meyer | |
2013-07-08 | don't for org src template to lowercase | Kyle Meyer | |
2013-07-03 | minor clean up | Kyle Meyer | |
2013-07-03 | org structure editing key bindings | Kyle Meyer | |
2013-07-02 | kill at point functions | Kyle Meyer | |
Functions to grab thing at point and then delete the whole thing (as opposed to the part of the thing after the point). Add functions and bindings for string, sentence, word, paragraph, and line. Put bindings under common "C-c k" prefix. | |||
2013-07-02 | define sentence with one space | Kyle Meyer | |
2013-07-02 | move custom org bindings under "C-c o" prefix | Kyle Meyer | |
2013-07-01 | prevent org from clobbering custom binding | Kyle Meyer | |
Disable "C-'" binding for org-cycle-agenda-files, which conflicts with custom binding for backward-kill-word | |||
2013-07-01 | check messages with flyspell instead of send-hook | Kyle Meyer | |
2013-07-01 | remove old mail setup | Kyle Meyer | |