No description
Find a file
Vincent Ambo be28071e56 feat(emacs.d): Add functions & bindings to manage global font size
This makes it possible to quickly adjust the size of text in all
frames using one keyboard shortcut. Each of these functions
understands a prefix argument to mean "please only operate on the
current buffer", hence the following bindings and effects:

Global:
* `C-=`: Increase the global font size (chosen because `+` lies on the
  `=` key)
* `C--`: Decrease the global font size
* `C-x C-0`: Restore the global default font size

Local:
* `C-u C-=`: Increase the local font size
* `C-u C--`: Decrease the local font size
* `C-u C-x C-0`: Restore the local default font size
2019-12-17 17:48:13 +00:00
infra chore: Remove some configuration from a previous life 2019-12-14 14:56:13 +00:00
overrides chore(overrides): Bump buildGo.nix 2019-12-15 15:58:15 +00:00
secrets feat(secrets): Check in secrets required by Nixery 2019-09-03 16:12:30 +01:00
services chore(third_party): Bump naersk 2019-12-16 03:14:21 +00:00
third_party chore(third_party): Bump naersk 2019-12-16 03:14:21 +00:00
tools feat(emacs.d): Add functions & bindings to manage global font size 2019-12-17 17:48:13 +00:00
.envrc feat(tools): Introduce pass-compatible wrapper using Cloud KMS 2019-09-03 16:12:30 +01:00
.gitignore chore: Catch all Nix results in gitignore 2019-09-02 17:12:06 +01:00
.travis.yml refactor: Move CI setup to separate Nix file 2019-12-09 10:58:09 +00:00
ci-builds.nix chore(build): Build tools.emacs in CI 2019-12-14 16:00:04 +00:00
default.nix feat: Expose readTree for downstream consumers 2019-12-16 13:32:10 +00:00
LICENSE chore: Keep project root under MIT license 2019-06-28 22:56:48 +01:00
read-tree.nix fix(read-tree): Only add marker to imported attribute sets 2019-12-10 14:46:05 +00:00
README.md docs: fix typo 2019-12-16 14:24:16 +00:00

depot

Build Status

This repository is the monorepo for my personal infrastructure. It is built using Nix and services are deployed on Google Cloud Platform using Nixery.

Everything in here is MIT-licensed unless otherwise indicated in a service subfolder.