Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-04-24 | pkg: add smex | Kyle Meyer | |
2013-04-22 | find file as root | Kyle Meyer | |
2013-04-20 | remove one-off add-mode defun | Kyle Meyer | |
2013-04-20 | cleaning up | Kyle Meyer | |
2013-04-14 | start zsh in shell-script mode | Kyle Meyer | |
and add to ibuffer shell group | |||
2013-04-01 | hook to make scripts executable | Kyle Meyer | |
2013-03-20 | enable x clipboard | Kyle Meyer | |
this allows me to copy from emacs (at least in arch) doesn't seem to work with evil (unless in insert mode), but works fine in emacs mode | |||
2013-03-17 | switch browser to chromium | Kyle Meyer | |
was using google chrom in lab | |||
2013-03-14 | add magit customizations | Kyle Meyer | |
- keychord for magit - rebind indent-relative to C-c i - make magit section for ibuffer | |||
2013-03-09 | pkg: magit | Kyle Meyer | |
2013-03-07 | pkg: add auctex | Kyle Meyer | |
2013-02-24 | pkg: less-css-mode | Kyle Meyer | |
2013-02-17 | protect makefile mode from tab cleanup on save | Kyle Meyer | |
2013-02-16 | add markdown-mode | Kyle Meyer | |
2013-02-07 | enable narrowing region | Kyle Meyer | |
2013-01-29 | function to start ess | Kyle Meyer | |
2013-01-21 | func/binding to insert current date | Kyle Meyer | |
2013-01-20 | dired: enable find-alternative-file | Kyle Meyer | |
allows to open file or dir that replaces current buffer | |||
2013-01-20 | set emacs as initial emacs state for several modes | Kyle Meyer | |
2013-01-17 | server edit keybinding | Kyle Meyer | |
2013-01-12 | org: func and binding to open main org file | Kyle Meyer | |