Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-20 | feat: Show backtraces for failed cargo commands | Vincent Ambo | 1 | -0/+1 | |
2017-11-20 | feat(helm): Always split inside of active window | Vincent Ambo | 1 | -0/+1 | |
2017-11-20 | fix(nixos): Disable the rather unstable EXWM compositor | Vincent Ambo | 1 | -5/+0 | |
2017-11-20 | fix(look-and-feel): Transparent emacs gets old fast | Vincent Ambo | 1 | -2/+1 | |
2017-11-18 | feat(nixos): Make helm "dmenu alternatives" work similar to i3 | Vincent Ambo | 1 | -1/+2 | |
2017-11-18 | feat(nixos): Configure pulseaudio volume keys | Vincent Ambo | 1 | -2/+17 | |
2017-11-17 | feat(nixos): Add key binding for starting i3lock | Vincent Ambo | 1 | -0/+5 | |
2017-11-17 | feat(nixos): Map brightness keys to light command | Vincent Ambo | 1 | -0/+12 | |
2017-11-17 | fix(settings): Make ace-window behave sanely | Vincent Ambo | 1 | -0/+4 | |
2017-11-15 | fix(nixos): Let buffers move between workspaces | Vincent Ambo | 1 | -1/+5 | |
2017-11-15 | fix(settings): Show time in 24h format | Vincent Ambo | 1 | -0/+3 | |
2017-11-15 | feat(modes): Enable company-mode for elisp by default | Vincent Ambo | 1 | -1/+2 | |
2017-11-15 | feat(nixos): Show time in the mode line | Vincent Ambo | 1 | -1/+4 | |
2017-11-15 | feat: Use ace-window for jumping between windows | Vincent Ambo | 3 | -1/+7 | |
2017-11-15 | feat(nixos): Enable EXWM compositor | Vincent Ambo | 1 | -0/+5 | |
2017-11-15 | fix(nixos): Improve key bindings in X11 applications | Vincent Ambo | 1 | -10/+2 | |
I don't actually use all that many emacs navication keys in X11 applications - but being able to copy & paste is nice. Overrides the default set of input simulation keys for EXWM with slightly fewer and more sane bindings. | |||||
2017-11-15 | fix(nixos): Finetune some minor EXWM parameters | Vincent Ambo | 1 | -3/+6 | |
2017-11-15 | feat: Install & globally enable which-key | Vincent Ambo | 1 | -0/+3 | |
2017-11-15 | feat(nixos): Add initial NixOS & EXWM configuration | Vincent Ambo | 2 | -1/+58 | |
Adds configuratio for using Emacs as a window manager, because clear that is an extremely sane thing to do. | |||||
2017-11-15 | fix(custom): Fix Helm window splitting behaviour | Vincent Ambo | 1 | -0/+1 | |
The default Helm window splitting behaviour is ridiculous. This fixes it! | |||||
2017-11-13 | fix(settings): Fix backup folder location | Vincent Ambo | 1 | -2/+3 | |
2017-11-13 | feat(functions): Add M-x emacs-config helper | Vincent Ambo | 1 | -0/+5 | |
2017-11-12 | feat: Add look-and-feel.el with theme & behaviour config | Vincent Ambo | 1 | -0/+75 | |
2017-11-12 | fix: Fix warnings & errors detected by elisp compiler | Vincent Ambo | 2 | -10/+5 | |
Minor things that came up when byte-compiling the configuration. | |||||
2017-11-12 | refactor: Remove lots of deprecated/unused settings | Vincent Ambo | 4 | -191/+7 | |
* move all look-and-feel related settings into, you guessed it, look-and-feel.el * remove *lots* of old stuff and also re-evaluate what it's actually doing. | |||||
2017-11-12 | refactor(init): Refactor package installation process | Vincent Ambo | 1 | -0/+6 | |
Refactors package installation to be slightly more sane, for example package-refresh-contents will only be called if packages are missing. Removes some other old cruft, too, and paves way for a slightly different initialisation process. | |||||
2017-11-12 | feat(functions): Add functions to insert nix-store paths | Vincent Ambo | 1 | -0/+11 | |
These can be useful - for example - while debugging nix things in eshell. | |||||
2017-11-06 | fix(rust): Include automatically & set racer path | Vincent Ambo | 1 | -0/+6 | |
2017-11-06 | feat(rust-setup): Add Rust setup | Vincent Ambo | 1 | -0/+14 | |
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 | 2 | -0/+8 | |
* 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 | 1 | -6/+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 | 2 | -27/+8 | |
2017-10-15 | chore: Remove unused misc.el | Vincent Ambo | 1 | -9/+0 | |
2017-09-27 | chore(clojure): Remove all Clojure settings | Vincent Ambo | 1 | -45/+0 | |
2017-09-27 | refactor: Install gruber-darker-theme from package repo | Vincent Ambo | 2 | -8/+2 | |
2017-07-30 | refactor: Some minor cleanups | Vincent Ambo | 1 | -36/+4 | |
2017-07-30 | fix custom: Fix a bug and truncate theme list | Vincent Ambo | 2 | -5/+7 | |
2017-06-06 | chore: Minor sync with Dell machine config | Vincent Ambo | 2 | -2/+4 | |
2015-12-14 | Various changes | Vincent Ambo | 3 | -17/+14 | |
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 | 1 | -2/+1 | |
2015-05-03 | Minor changes | Vincent Ambo | 4 | -6/+14 | |
2015-03-11 | Add bindings for whitespace cleanup, line jumping & Fefes Blog | Vincent Ambo | 2 | -3/+12 | |