about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-05 * removed dotfiles stuff, this is emacs.d onlyVincent Ambo17-117/+0
2013-08-05 emacs: Added some functions from @magnars, replaced standard goto-line with ↵Vincent Ambo4-3/+70
his version
2013-08-03 emacs: Added flx (glorious!), removed some unused settings and functionsVincent Ambo4-20/+6
2013-08-01 emacs: Function to toggle native/non-native fullscreen on OS XVincent Ambo1-0/+5
2013-07-30 emacs: Minor fixesVincent Ambo3-1/+4
2013-07-29 emacs: Disabled EShell banner message, amended PATHVincent Ambo2-2/+8
fish: Amended PATH
2013-07-29 Emacs: Various changes:Vincent Ambo4-32/+43
- Moved Haskell-mode configuration to customize - Disabled Paredit in non-lisp buffers (or more explicitly: Enabled it in Elisp and Clojure buffers) - Removed some custom items that I don't use anymore (e.g. Jabber-mode because I switched to bitlbee with rcirc) - New packages: hi2 (Haskell indent mode revamped), browse-kill-ring - Always enable undo-tree-mode and recentf-mode - Keep all auto-save files in /tmp
2013-07-28 Emacs: Enabling some more visual commands in EShell, set EShell config ↵Vincent Ambo1-0/+15
directory to ~/.config/eshell (similar to the fish dir)
2013-07-25 emacs: Added init-local.el loading for machine-local configuration, removed ↵Vincent Ambo1-1/+3
jabber (using bitlbee instead)
2013-07-22 emacs: Fixed EShell pathVincent Ambo1-4/+11
2013-07-22 emacs: Eshell prompt regexpVincent Ambo1-0/+2
2013-07-21 emacs: Added Jabber configVincent Ambo2-3/+10
2013-07-21 emacs: require eshellVincent Ambo1-0/+2
2013-07-21 emacs: Load init-eshell.elVincent Ambo1-0/+1
2013-07-21 emacs: Added configuration for EShell, mainly prompt and path.Vincent Ambo3-0/+68
2013-07-19 emacs: Added functions from ESK, removed rcirc connect function, added ↵Vincent Ambo3-26/+18
scripts folder to load path
2013-07-15 emacs: Fixed voicesVincent Ambo1-2/+3
2013-07-15 emacs: Added speak functionVincent Ambo1-0/+4
2013-07-15 emacs: Some bindings and word jumpingVincent Ambo2-0/+9
2013-07-15 emacs: Nyan cat mode!Vincent Ambo3-3/+16
2013-07-14 emacs: Add racket thingsVincent Ambo2-1/+4
2013-07-14 emacs: Added a custom-git-clone functionVincent Ambo1-0/+9
2013-07-14 emacs: Changed rainbow-delimiters colours to those from SolarizedVincent Ambo2-2/+14
theme (very visible on Gruber Darker, I like it!) and forcing show-parens-mode
2013-07-10 emacs: add /usr/local/bin to emacs' $PATHVincent Ambo1-0/+2
2013-07-10 fish: Set EDITOR variable and edit function to use -n and -create-frame ↵Vincent Ambo2-2/+2
option in emacsclient
2013-07-09 emacs: Switched fontVincent Ambo1-0/+2
2013-07-08 emacs: Initial mail settingsVincent Ambo1-0/+18
2013-07-08 emacs: Completely removed starter-pack, shuffling dependenciesVincent Ambo1-9/+15
2013-07-08 emacs: Fixed browser setting (by removing it!)Vincent Ambo1-2/+0
2013-07-08 emacs: Switched Haskell indent modeVincent Ambo2-1/+2
2013-07-08 Emacs: Added a function to reconnect rcircVincent Ambo2-1/+25
2013-07-08 Emacs: Added init-bindings.el, removed starter-kit-bindingsVincent Ambo2-5/+37
2013-07-08 Emacs: Added another theme (Gruber Darker), added a toggle forVincent Ambo2-6/+10
fullscreen mode (M-RET)
2013-07-08 emacs: Loading hooks + disabling hl-line-mode globally (I really don'tVincent Ambo3-1/+3
like it)
2013-07-08 emacs: Fetch switch-window from GithubVincent Ambo1-2/+6
2013-07-08 emacs: Added a function to download a custom scriptVincent Ambo1-2/+15
2013-07-08 emacs: Moved some configurations around and fixed init-modes.elVincent Ambo4-14/+10
2013-07-08 Split up configuration in five files. I wrote a nice commit message ↵Vincent Ambo7-220/+340
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
2013-07-07 emacs:Vincent Ambo1-8/+35
- Move to Emacs.app (which doesn't work with Xnomad! :( But it's goood) - Add clojure-mode - Switch to leuven theme (again, thanks @pcarrier)
2013-07-05 emacs: Swedish locales & ace-jumpVincent Ambo1-1/+25
2013-07-04 emacs: Added clojure stuffVincent Ambo1-1/+17
2013-07-04 emacs: Added rainbow-delimiters and other thingsVincent Ambo1-1/+16
2013-07-04 Added some tweaks (taken from @pcarrier's config! :))Vincent Ambo1-0/+11
2013-07-04 emacs: start server automaticallyVincent Ambo1-0/+3
2013-07-04 fish: removed whoami from promptVincent Ambo1-2/+0
2013-07-04 Updated fish shell with VC prompt and right pwdVincent Ambo2-3/+18
2013-07-04 Updated fish configVincent Ambo1-1/+1
2013-07-02 * added markdown-modeVincent Ambo1-1/+8
2013-07-02 * added el-get to config fileVincent Ambo1-0/+32
** Installing switch-windows through el-get * added several small options to make things nicer