summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-16ignore bookmarks fileKyle 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
2013-01-20dired: enable find-alternative-fileKyle Meyer
allows to open file or dir that replaces current buffer
2013-01-20set emacs as initial emacs state for several modesKyle Meyer
2013-01-17server edit keybindingKyle Meyer
2013-01-12org: func and binding to open main org fileKyle Meyer
2013-01-12cleanup single character commentsKyle Meyer
2013-01-12glob init files files for loadingKyle Meyer
2013-01-11defun to load config filesKyle Meyer
2013-01-11hook for using emacsclient with muttKyle Meyer
2013-01-11python: keybinding for common analysis importsKyle Meyer
2013-01-09use key-chord and ;a for insert mode escapeKyle Meyer
2013-01-09py functions: random assingment, shebang, exitKyle Meyer
2013-01-09restructure, cleanup, renamingKyle Meyer
no functional content change
2013-01-09remove ditaa (not currently using)Kyle Meyer
2013-01-09evil: cleanup bindingKyle Meyer
- add eval-region under hook restructure org evil bindings - model after cofi's config - github.com/cofi/dotfiles/blob/master/emacs.d/config/cofi-evil.el - move org-export under here don't bind jf with keychord don't use ,j ,k (use builtin evil mappings)
2013-01-08haskell-modeKyle Meyer
2013-01-08pkg: add key chordKyle Meyer
removed locally
2013-01-04global-font-lock and highlight for rc filesKyle Meyer
2013-01-04disable ess start upKyle Meyer
since i am currently not using r much
2013-01-04pkg: haskell-modeKyle Meyer
2013-01-04key chord: indent relativeKyle Meyer
2013-01-04enable ido-everywhereKyle Meyer
2013-01-04rename file func and separate util.elKyle Meyer
moved whitespace cleanup here
2013-01-02config file cleanupKyle Meyer
2013-01-02buffer cleanup save hookKyle Meyer
2012-12-30pkg: add lua-modeKyle Meyer
2012-12-29change font from source code to droidKyle Meyer