about summary refs log tree commit diff
path: root/init-functions.el (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-10-17 Cleanup and evil setupVincent Ambo1-47/+3
Removed several functions from init-functions that I didn't actually use. Lots of other cleanup. The variable "is-vim-user" in init.el controls whether or not evil packages should be installed and configured.
2013-10-14 Add YaSnippet & enable UniquifyVincent Ambo1-1/+1
- Added YaSnippet & clojure-snippets for it - Enabled uniquify buffer naming (oh so good) - various smaller things
2013-08-28 * added circe to package list (*potential* replacement for rcirc)vincent@spotify.com1-0/+11
* added a handy function to retrieve passwords from the OS X keychain
2013-08-08 Highlight DEBUGVincent Ambo1-1/+1
2013-08-07 * Providing all init files, loading them with requireVincent Ambo1-0/+6
* Moved load-file-if-exists to init-functions * Added init-misc.el for random things that don't fit anywhere else * Never any tabs, ever. Go away! Bindings: * quit Emacs -> C-x r q ("real quit") * delete-frame -> C-x C-c * make-frame -> C-x C-n
2013-08-06 * moved switch-window and iy-go-to-char to package.el installsVincent Ambo1-5/+4
* changed 'custom-clone-git and 'custom-download-script to place things in special folders * added those folders and some other things to .gitignore * changed binding for iy-go-to-char to C-c f
2013-08-06 Made custom-clone-git asynchronousVincent Ambo1-1/+1
2013-08-05 * removed dotfiles stuff, this is emacs.d onlyVincent Ambo1-0/+130
2013-07-08 Split up configuration in five files. I wrote a nice commit message ↵Vincent Ambo1-23/+0
explaining this, but I wrote it in vi and it died on me.
2013-07-08 Emacs: Added file init-functions.el which I'll use for handy functionsVincent Ambo1-0/+23