This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; 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)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \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} |