tvl-depot/tools/emacs/config
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
..
bindings.el feat(emacs.d): Add functions & bindings to manage global font size 2019-12-17 17:48:13 +00:00
custom.el chore(emacs.d): Move init/* to config/* 2019-12-14 15:24:53 +00:00
desktop.el chore(emacs.d): Use local term-switcher package 2019-12-15 22:55:43 +00:00
eshell-setup.el chore(emacs.d): Move init/* to config/* 2019-12-14 15:24:53 +00:00
functions.el feat(emacs.d): Add functions & bindings to manage global font size 2019-12-17 17:48:13 +00:00
init.el chore(emacs.d): Include all git repos under ~/ in magit 2019-12-17 11:47:30 +00:00
look-and-feel.el fix(emacs.d): Only highlight current line in prog-modes 2019-12-16 03:56:12 +00:00
mail-setup.el chore(emacs.d): Comment out not-currently-used email bindings 2019-12-15 17:09:39 +00:00
modes.el fix(emacs.d): Only highlight current line in prog-modes 2019-12-16 03:56:12 +00:00
settings.el refactor(emacs.d): Move ivy configuration to use-package 2019-12-17 11:46:41 +00:00