memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit ff592ac6896faea83a93d82a62f682932e88e21a
parent 455514faff9560b1b790f3113e6831f739c01646
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed, 16 Oct 2019 18:00:42 +0200

Update setup notes

Diffstat:
Mguides/setups/dotfiles.md | 5+++--
Mguides/setups/nc10-laptop/debian-buster.org | 13++++---------
2 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/guides/setups/dotfiles.md b/guides/setups/dotfiles.md @@ -13,10 +13,11 @@ alias sudo='sudo ' ``` ini [user] - name = … - email = … + name = … # Not needed if GECOS field is set in /etc/passwd. + email = … # Not needed if $EMAIL is set. [alias] root = rev-parse --show-toplevel forget = update-index --assume-unchanged remember = update-index --no-assume-unchanged + wut = log --branches --decorate --graph --oneline ``` diff --git a/guides/setups/nc10-laptop/debian-buster.org b/guides/setups/nc10-laptop/debian-buster.org @@ -1,13 +1,6 @@ * Installation Installer does not recognize the touchpad, for some reason. -#+BEGIN_QUOTE -[The real name of this user] will be used for instance as default -origin for emails sent by this user. -#+END_QUOTE - -I wonder if Gnus will automatically pick this up? - * First boot #+BEGIN_QUOTE A start job is running for Load AppArmor profiles @@ -306,6 +299,8 @@ References: #+END_SRC - apt install fonts-noto-color-emoji -- mousepad and xfce4-terminal seem to pick the font up out of the box, +- mousepad and xfce4-terminal seem to pick the font up out of the box - Firefox 69 displays ☺ with DejaVu Sans Mono -- Emacs 27 only succeeds in displaying ☺ (with DejaVu Sans Mono) +- Emacs 27 with =(set-fontset-font t nil "Noto Color Emoji")= can + display everything with Noto Color Emoji except ☺, which remains + with DejaVu Sans Mono