Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-06-30 | add ace jump | Kyle Meyer | |
2013-06-30 | rebind backward-kill-word | Kyle Meyer | |
2013-06-30 | rebind zap-to-char | Kyle Meyer | |
2013-06-30 | disable transient mark mode/delete selection mode | Kyle Meyer | |
2013-06-30 | toggle comment in line or region | Kyle 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-30 | keychord for km/mail-sync | Kyle Meyer | |
2013-06-30 | remove evil | Kyle Meyer | |
2013-06-30 | replace dabbrev binding with hippie-expand | Kyle Meyer | |
2013-06-30 | set ispell program to aspell | Kyle Meyer | |
2013-06-30 | add wrap-region mode | Kyle Meyer | |
2013-06-30 | numpy docstring snippets | Kyle Meyer | |
2013-06-30 | move python shebang/common imports to yasnippet | Kyle Meyer | |
2013-06-30 | add yasnippet | Kyle Meyer | |
2013-06-30 | add paredit | Kyle Meyer | |
2013-06-30 | remove mutt from auto-mode-alist | Kyle Meyer | |
2013-06-30 | add arch PKGBUILD to auto-mode-alist | Kyle Meyer | |
2013-06-30 | remove markdown from auto-mode-alist | Kyle Meyer | |
seems that these are automatically added now | |||
2013-06-30 | gnus follow-link function is for gwene | Kyle Meyer | |
rename function to make this clear | |||
2013-06-19 | function to locate and follow gnus link | Kyle Meyer | |
For articles with many links, it can get annoying to press <TAB> (gnus-summary-widget-forward) to get to the external link to the current article. | |||
2013-06-19 | tweak citation line format | Kyle Meyer | |
2013-06-19 | swap smex major mode commands and M-x | Kyle Meyer | |
not using smex-major-mode-commands much, so move that to M-X and return execute-extended-command back to original keybinding | |||
2013-06-17 | add untracked file | Kyle Meyer | |
for things like temporary fixes that are specific to one system | |||
2013-06-17 | org contacts: file to inbox by default | Kyle Meyer | |
2013-06-17 | add notmuch to ibuffer mail groups | Kyle Meyer | |
2013-06-17 | add agenda command for past time stamps | Kyle Meyer | |
2013-06-17 | add title for agenda unscheduled command | Kyle Meyer | |
2013-06-17 | add mail groups to ibuffer | Kyle Meyer | |
2013-06-17 | add org contacts | Kyle Meyer | |
2013-06-17 | import gnus files | Kyle Meyer | |
moving much of .gnus content to emacs init | |||
2013-06-06 | additional org refiling targets | Kyle Meyer | |
extend refiling targets beyond agenda files | |||
2013-06-06 | org capture templates for both link and no link | Kyle Meyer | |
remove mutt org capture | |||
2013-06-05 | newline remap | Kyle Meyer | |
2013-06-05 | remove font lock lines | Kyle Meyer | |
think this is enabled by default | |||
2013-06-05 | add python shell to ibuffer group | Kyle Meyer | |
2013-06-05 | make ibuffer groups more consistent | Kyle Meyer | |
2013-05-23 | bind kill-this-buffer instead of kill-buffer | Kyle Meyer | |
prevents having to press enter to kill current buffer | |||
2013-05-23 | clean up old comment | Kyle Meyer | |
2013-05-21 | bind kill-buffer-and-window | Kyle Meyer | |
C-x K was bound to ido-kill-buffer, which is already bound to C-x k this function is also bound to C-x 4 0 | |||
2013-05-18 | set ipython as interpreter | Kyle Meyer | |
at some point in the past, I had trouble getting ipython set as the interpreter that I could send snippets of python files to. Now, however, it seems to be working nicely removing sys.exit keybinding because I was mostly using it in to limit what I was running from ipython, but shouldn't need to do that now | |||
2013-05-18 | tweak python analysis imports | Kyle Meyer | |
2013-05-16 | ignore bookmarks file | Kyle Meyer | |
2013-05-10 | org: make sure src flag is lowercase | Kyle Meyer | |
2013-05-08 | ibuffer: match python buffer by mode too | Kyle Meyer | |