Skip to content

Instantly share code, notes, and snippets.

;; help links
;; https://github.com/magit/magit/discussions/4674#discussioncomment-2668452
;; magit-blob-previous
;; magit-blob-next
;; * some links:
;; __ http://www.mattduck.com/2021-05-upgrading-to-emacs-28.html
(require 'package) ;; https://stackoverflow.com/a/14838150/2402577
(setq message-log-max t)
;; (when (eq system-type 'darwin)
;; (setq debug-on-error t))
uname_out="$(uname -s)"
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
export COLORTERM=truecolor
export DEFAULT_USER="$(whoami)"
export ZSH=$HOME"/.oh-my-zsh"
CASE_SENSITIVE="true" # Uncomment the following line to use case-sensitive completion.
\begin{figure}[H]
\centering
\begin{tikzpicture}[
MyStyle/.style={draw, minimum width=2em, minimum height=2em, outer sep=0pt, node distance = 0.01cm },
]
\matrix (A) [matrix of math nodes, nodes = {draw,align=center}, nodes={MyStyle, anchor=center, }, column sep=-\pgflinewidth]
{10\\ 10 & 20\\ 20 & 33\\ 15 \\};
\begin{scope}[-{Stealth[length = 5.0pt]}]
\end{scope}
\end{tikzpicture}