Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-06 | feat(rust-setup): Add Rust setup | Vincent Ambo | 2 | -0/+16 | |
Adds a simple Rust setup with autocompletion via Racer and built-in Cargo command support. | |||||
2017-11-06 | feat(modes): Always enable electric-pair-mode | Vincent Ambo | 1 | -0/+3 | |
2017-10-15 | style: Make emacs transparent | Vincent Ambo | 1 | -1/+5 | |
Party like it's 2004. | |||||
2017-10-15 | fix(settings): Correctly enable Helm's fuzzy matches | Vincent Ambo | 1 | -2/+8 | |
The global Helm fuzzy matching doesn't actually seem to enable fuzzy matching for modes that have an explicit config. This enables fuzzy matching for M-x and C-x b | |||||
2017-10-15 | feat: Add nix-mode & nix-config function | Vincent Ambo | 3 | -0/+9 | |
* install nix-mode by default * add a function to quickly open the system configuration.nix | |||||
2017-10-15 | fix: Remove old GPG-agent SSH config | Vincent Ambo | 1 | -3/+0 | |
2017-10-15 | feat: Ostensibly enable fuzzy matching in Helm | Vincent Ambo | 1 | -0/+4 | |
2017-10-15 | fix: Remove projectile which slowed everything down | Vincent Ambo | 2 | -7/+0 | |
2017-10-15 | chore: remove unused ido-related lines | Vincent Ambo | 2 | -10/+0 | |
2017-10-15 | feat: Switch default font to Input Mono | Vincent Ambo | 1 | -2/+2 | |
2017-10-15 | feat: Switch from ido/smex to Helm | Vincent Ambo | 3 | -31/+9 | |
2017-10-15 | chore: Remove unused misc.el | Vincent Ambo | 1 | -9/+0 | |
2017-10-13 | feat: Add terraform-mode | Vincent Ambo | 1 | -0/+1 | |
2017-09-27 | chore(clojure): Remove all Clojure settings | Vincent Ambo | 2 | -48/+0 | |
2017-09-27 | refactor: Install gruber-darker-theme from package repo | Vincent Ambo | 3 | -8/+3 | |
2017-09-27 | fix(init.el): Initialise package manager immediately | Vincent Ambo | 1 | -1/+1 | |
2017-07-30 | refactor: Some minor cleanups | Vincent Ambo | 2 | -39/+7 | |
2017-07-30 | fix custom: Fix a bug and truncate theme list | Vincent Ambo | 3 | -6/+8 | |
2017-06-06 | chore: Minor sync with Dell machine config | Vincent Ambo | 3 | -2/+5 | |
2015-12-14 | Various changes | Vincent Ambo | 4 | -22/+19 | |
2015-05-21 | Use GPG-agent's SSH agent (for Tramp etc.) | Vincent Ambo | 1 | -0/+3 | |
2015-05-18 | Remove melpa, fix custom.el | Vincent Ambo | 2 | -4/+3 | |
2015-05-03 | Minor changes | Vincent Ambo | 5 | -6/+15 | |
2015-05-03 | Use ag instead of ack | Vincent Ambo | 1 | -3/+1 | |
2015-03-11 | Add bindings for whitespace cleanup, line jumping & Fefes Blog | Vincent Ambo | 2 | -3/+12 | |
2015-02-20 | Minor changes | Vincent Ambo | 3 | -3/+13 | |
* use ace-jump-line-mode for quick line jumping * column-number-mode enabled by default | |||||
2015-01-16 | [init] Add Erlang config | Vincent Ambo | 2 | -4/+9 | |
2015-01-16 | [haskell] Split out haskell config into new file | Vincent Ambo | 3 | -26/+35 | |
2014-12-29 | General cleanup | Vincent Ambo | 1 | -9/+12 | |
2014-12-29 | Split out Haskell and Clojure config | Vincent Ambo | 5 | -45/+81 | |
2014-10-21 | Cleanup: remove evil stuff & others | Vincent Ambo | 1 | -31/+4 | |
(Also sneakily adds go-mode and haskell-mode back in) | |||||
2014-10-21 | Move all configuration to subfolder | Vincent Ambo | 10 | -39/+14 | |
2014-10-21 | Several updates after 24.4 upgrade | Vincent Ambo | 4 | -4/+12 | |
2014-06-15 | Various updates #2 | Vincent Ambo | 3 | -3/+7 | |
2014-05-30 | Some bugfixes | Vincent Ambo | 3 | -6/+8 | |
2014-02-25 | Updates, updates | Vincent Ambo | 3 | -8/+13 | |
2014-02-09 | Small changes: | Vincent Ambo | 2 | -3/+11 | |
- No bells at all. Shut up, emacs! - Don't put temporary files everywhere. Just don't! - Don't have scroll bars in new frames | |||||
2014-02-04 | Various things | Vincent Ambo | 3 | -8/+8 | |
- Disable local file loading for now until I have a solution for the DBus problem - Emacs daemon implicitly starts server | |||||
2014-02-03 | Emacs as a daemon needs font set differently | Vincent Ambo | 1 | -2/+4 | |
2014-02-01 | Visible bell was annoying | Vincent Ambo | 1 | -1/+1 | |
2014-01-30 | Some updates | Vincent Ambo | 5 | -11/+23 | |
2014-01-07 | Ignore key-advice from menu-bar options | Vincent Ambo | 2 | -5/+4 | |
2013-10-22 | clojure-mode kills the REPL -oops! | Vincent Ambo | 1 | -1/+1 | |
2013-10-21 | Added puppet-mode and evil-tabs | Vincent Ambo | 1 | -1/+2 | |
2013-10-20 | Small defaults changes | Vincent Ambo | 3 | -1/+8 | |
2013-10-19 | Cleaned up init-custom | Vincent Ambo | 1 | -5/+0 | |
2013-10-19 | Added smart-mode-line | Vincent Ambo | 4 | -13/+12 | |
In line with this I've finally kicked the Nyan-cat out. Sorry! | |||||
2013-10-19 | Don't pop up the Cider REPL after launching | Vincent Ambo | 1 | -1/+1 | |
2013-10-19 | Fix settings for nrepl.el -> cider | Vincent Ambo | 3 | -28/+27 | |
2013-10-19 | nrepl.el is cider now | Vincent Ambo | 1 | -2/+2 | |