Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-05 | emacs: Added some functions from @magnars, replaced standard goto-line with ↵ | Vincent Ambo | 4 | -3/+70 | |
his version | |||||
2013-08-03 | emacs: Added flx (glorious!), removed some unused settings and functions | Vincent Ambo | 4 | -20/+6 | |
2013-08-01 | emacs: Function to toggle native/non-native fullscreen on OS X | Vincent Ambo | 1 | -0/+5 | |
2013-07-30 | emacs: Minor fixes | Vincent Ambo | 3 | -1/+4 | |
2013-07-29 | emacs: Disabled EShell banner message, amended PATH | Vincent Ambo | 1 | -1/+7 | |
fish: Amended PATH | |||||
2013-07-29 | Emacs: Various changes: | Vincent Ambo | 4 | -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 Ambo | 1 | -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 Ambo | 1 | -1/+3 | |
jabber (using bitlbee instead) | |||||
2013-07-22 | emacs: Fixed EShell path | Vincent Ambo | 1 | -4/+11 | |
2013-07-22 | emacs: Eshell prompt regexp | Vincent Ambo | 1 | -0/+2 | |
2013-07-21 | emacs: Added Jabber config | Vincent Ambo | 2 | -3/+10 | |
2013-07-21 | emacs: require eshell | Vincent Ambo | 1 | -0/+2 | |
2013-07-21 | emacs: Load init-eshell.el | Vincent Ambo | 1 | -0/+1 | |
2013-07-21 | emacs: Added configuration for EShell, mainly prompt and path. | Vincent Ambo | 3 | -0/+68 | |
2013-07-19 | emacs: Added functions from ESK, removed rcirc connect function, added ↵ | Vincent Ambo | 3 | -26/+18 | |
scripts folder to load path | |||||
2013-07-15 | emacs: Fixed voices | Vincent Ambo | 1 | -2/+3 | |
2013-07-15 | emacs: Added speak function | Vincent Ambo | 1 | -0/+4 | |
2013-07-15 | emacs: Some bindings and word jumping | Vincent Ambo | 2 | -0/+9 | |
2013-07-15 | emacs: Nyan cat mode! | Vincent Ambo | 3 | -3/+16 | |
2013-07-14 | emacs: Add racket things | Vincent Ambo | 2 | -1/+4 | |
2013-07-14 | emacs: Added a custom-git-clone function | Vincent Ambo | 1 | -0/+9 | |
2013-07-14 | emacs: Changed rainbow-delimiters colours to those from Solarized | Vincent Ambo | 2 | -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' $PATH | Vincent Ambo | 1 | -0/+2 | |
2013-07-09 | emacs: Switched font | Vincent Ambo | 1 | -0/+2 | |
2013-07-08 | emacs: Initial mail settings | Vincent Ambo | 1 | -0/+18 | |
2013-07-08 | emacs: Completely removed starter-pack, shuffling dependencies | Vincent Ambo | 1 | -9/+15 | |
2013-07-08 | emacs: Fixed browser setting (by removing it!) | Vincent Ambo | 1 | -2/+0 | |
2013-07-08 | emacs: Switched Haskell indent mode | Vincent Ambo | 2 | -1/+2 | |
2013-07-08 | Emacs: Added a function to reconnect rcirc | Vincent Ambo | 1 | -0/+25 | |
2013-07-08 | Emacs: Added init-bindings.el, removed starter-kit-bindings | Vincent Ambo | 2 | -5/+37 | |
2013-07-08 | Emacs: Added another theme (Gruber Darker), added a toggle for | Vincent Ambo | 2 | -6/+10 | |
fullscreen mode (M-RET) | |||||
2013-07-08 | emacs: Loading hooks + disabling hl-line-mode globally (I really don't | Vincent Ambo | 3 | -1/+3 | |
like it) | |||||
2013-07-08 | emacs: Fetch switch-window from Github | Vincent Ambo | 1 | -2/+6 | |
2013-07-08 | emacs: Added a function to download a custom script | Vincent Ambo | 1 | -2/+15 | |
2013-07-08 | emacs: Moved some configurations around and fixed init-modes.el | Vincent Ambo | 4 | -14/+10 | |
2013-07-08 | Split up configuration in five files. I wrote a nice commit message ↵ | Vincent Ambo | 5 | -0/+340 | |
explaining this, but I wrote it in vi and it died on me. |