summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Collapse)Author
2013-07-20add TODO flag to backburner linkKyle Meyer
2013-07-19advise recompile to not modify window stateKyle Meyer
2013-07-19add py.test compiling keybindingsKyle Meyer
2013-07-19accept C-j for newline-and-indentKyle Meyer
2013-07-19add prefix to "insert" keybindingsKyle Meyer
2013-07-18move key bindings to .gnus.elKyle Meyer
summary and article mode mapping have no effect (presumably overridden) if not they are not evaluated at the time gnus loads
2013-07-17remap group, summary, and article enter commandsKyle Meyer
left pinky is getting tired of pressing enter
2013-07-17remove duplicate org log settingKyle Meyer
2013-07-17clean up org-mode/ido refiling settingsKyle Meyer
some ido settings were repeated and not org-specific
2013-07-17add more latex-related org templatesKyle Meyer
2013-07-17back to lower case org structure templatesKyle Meyer
tried to use upper case because that is the default but couldn't get used to it
2013-07-16function to join to next line with one spaceKyle Meyer
2013-07-15add replace/query-replace bindingsKyle Meyer
under consistent prefix
2013-07-15remove pointless getenv callKyle Meyer
2013-07-15catch org invisible editsKyle Meyer
2013-07-15enable org speed commandsKyle Meyer
2013-07-14hide grep headerKyle Meyer
2013-07-14bind server-edit to keychordKyle Meyer
2013-07-14remove mail sync keychordKyle Meyer
2013-07-13add less-css-mode to ibuffer web groupKyle Meyer
2013-07-11set footnote tag to empty stringKyle Meyer
2013-07-11add orgstruct to message-mode hookKyle Meyer
2013-07-11add git-commit-mode packageKyle Meyer
2013-07-08wrap ipython settings in functionKyle Meyer
this interferes with org babel session, so I'll only call it when i plan ot use ipython
2013-07-08add htmlize packageKyle Meyer
2013-07-08add some common org templatesKyle Meyer
2013-07-08don't for org src template to lowercaseKyle Meyer
2013-07-03minor clean upKyle Meyer
2013-07-03org structure editing key bindingsKyle Meyer
2013-07-02kill at point functionsKyle 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-02define sentence with one spaceKyle Meyer
2013-07-02move custom org bindings under "C-c o" prefixKyle Meyer
2013-07-01prevent org from clobbering custom bindingKyle Meyer
Disable "C-'" binding for org-cycle-agenda-files, which conflicts with custom binding for backward-kill-word
2013-07-01check messages with flyspell instead of send-hookKyle Meyer
2013-07-01remove old mail setupKyle Meyer
2013-06-30add ace jumpKyle Meyer
2013-06-30rebind backward-kill-wordKyle Meyer
2013-06-30rebind zap-to-charKyle Meyer
2013-06-30disable transient mark mode/delete selection modeKyle Meyer
2013-06-30toggle comment in line or regionKyle Meyer
comment-dwim does not have the behavior I'd like for a single line: it starts a comment at the end of that line instead of commenting that line.
2013-06-30keychord for km/mail-syncKyle Meyer
2013-06-30remove evilKyle Meyer
2013-06-30replace dabbrev binding with hippie-expandKyle Meyer
2013-06-30set ispell program to aspellKyle Meyer
2013-06-30add wrap-region modeKyle Meyer
2013-06-30move python shebang/common imports to yasnippetKyle Meyer
2013-06-30add yasnippetKyle Meyer
2013-06-30add pareditKyle Meyer
2013-06-30remove mutt from auto-mode-alistKyle Meyer
2013-06-30add arch PKGBUILD to auto-mode-alistKyle Meyer