summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Collapse)Author
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
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