summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Collapse)Author
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
2013-06-30remove markdown from auto-mode-alistKyle Meyer
seems that these are automatically added now
2013-06-30gnus follow-link function is for gweneKyle Meyer
rename function to make this clear
2013-06-19function to locate and follow gnus linkKyle 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-19tweak citation line formatKyle Meyer
2013-06-19swap smex major mode commands and M-xKyle 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-17org contacts: file to inbox by defaultKyle Meyer
2013-06-17add notmuch to ibuffer mail groupsKyle Meyer
2013-06-17add agenda command for past time stampsKyle Meyer
2013-06-17add title for agenda unscheduled commandKyle Meyer
2013-06-17add mail groups to ibufferKyle Meyer
2013-06-17add org contactsKyle Meyer
2013-06-17import gnus filesKyle Meyer
moving much of .gnus content to emacs init
2013-06-06additional org refiling targetsKyle Meyer
extend refiling targets beyond agenda files
2013-06-06org capture templates for both link and no linkKyle Meyer
remove mutt org capture
2013-06-05newline remapKyle Meyer
2013-06-05remove font lock linesKyle Meyer
think this is enabled by default
2013-06-05add python shell to ibuffer groupKyle Meyer
2013-06-05make ibuffer groups more consistentKyle Meyer
2013-05-23bind kill-this-buffer instead of kill-bufferKyle Meyer
prevents having to press enter to kill current buffer
2013-05-23clean up old commentKyle Meyer
2013-05-21bind kill-buffer-and-windowKyle 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-18set ipython as interpreterKyle 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-18tweak python analysis importsKyle Meyer
2013-05-10org: make sure src flag is lowercaseKyle Meyer
2013-05-08ibuffer: match python buffer by mode tooKyle Meyer
2013-04-24pkg: add smexKyle Meyer
2013-04-22find file as rootKyle Meyer
2013-04-20remove one-off add-mode defunKyle Meyer
2013-04-20cleaning upKyle Meyer
2013-04-14start zsh in shell-script modeKyle Meyer
and add to ibuffer shell group
2013-04-01hook to make scripts executableKyle Meyer
2013-03-20enable x clipboardKyle 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-17switch browser to chromiumKyle Meyer
was using google chrom in lab
2013-03-14add magit customizationsKyle Meyer
- keychord for magit - rebind indent-relative to C-c i - make magit section for ibuffer
2013-03-09pkg: magitKyle Meyer
2013-03-07pkg: add auctexKyle Meyer
2013-02-24pkg: less-css-modeKyle Meyer
2013-02-17protect makefile mode from tab cleanup on saveKyle Meyer
2013-02-16add markdown-modeKyle Meyer
2013-02-07enable narrowing regionKyle Meyer
2013-01-29function to start essKyle Meyer
2013-01-21func/binding to insert current dateKyle Meyer