about summary refs log tree commit diff
path: root/init
AgeCommit message (Collapse)AuthorFilesLines
2017-11-12 refactor(init): Refactor package installation processVincent Ambo1-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 pathsVincent Ambo1-0/+11
These can be useful - for example - while debugging nix things in eshell.
2017-11-06 fix(rust): Include automatically & set racer pathVincent Ambo1-0/+6
2017-11-06 feat(rust-setup): Add Rust setupVincent Ambo1-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-modeVincent Ambo1-0/+3
2017-10-15 style: Make emacs transparentVincent Ambo1-1/+5
Party like it's 2004.
2017-10-15 fix(settings): Correctly enable Helm's fuzzy matchesVincent Ambo1-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 functionVincent Ambo2-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 configVincent Ambo1-3/+0
2017-10-15 feat: Ostensibly enable fuzzy matching in HelmVincent Ambo1-0/+4
2017-10-15 fix: Remove projectile which slowed everything downVincent Ambo1-6/+0
2017-10-15 chore: remove unused ido-related linesVincent Ambo2-10/+0
2017-10-15 feat: Switch default font to Input MonoVincent Ambo1-2/+2
2017-10-15 feat: Switch from ido/smex to HelmVincent Ambo2-27/+8
2017-10-15 chore: Remove unused misc.elVincent Ambo1-9/+0
2017-09-27 chore(clojure): Remove all Clojure settingsVincent Ambo1-45/+0
2017-09-27 refactor: Install gruber-darker-theme from package repoVincent Ambo2-8/+2
2017-07-30 refactor: Some minor cleanupsVincent Ambo1-36/+4
2017-07-30 fix custom: Fix a bug and truncate theme listVincent Ambo2-5/+7
2017-06-06 chore: Minor sync with Dell machine configVincent Ambo2-2/+4
2015-12-14 Various changesVincent Ambo3-17/+14
2015-05-21 Use GPG-agent's SSH agent (for Tramp etc.)Vincent Ambo1-0/+3
2015-05-18 Remove melpa, fix custom.elVincent Ambo1-2/+1
2015-05-03 Minor changesVincent Ambo4-6/+14
2015-03-11 Add bindings for whitespace cleanup, line jumping & Fefes BlogVincent Ambo2-3/+12
2015-02-20 Minor changesVincent Ambo3-3/+13
* use ace-jump-line-mode for quick line jumping * column-number-mode enabled by default
2015-01-16 [init] Add Erlang configVincent Ambo1-4/+8
2015-01-16 [haskell] Split out haskell config into new fileVincent Ambo2-25/+34
2014-12-29 Split out Haskell and Clojure configVincent Ambo4-44/+77
2014-10-21 Move all configuration to subfolderVincent Ambo7-0/+630