From d4bef1bfbe94addc89e21f589d6ff8613cd215f5 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Wed, 9 Jun 2021 15:27:47 +0200 Subject: [PATCH] Updoots --- files/.zshrc | 2 +- files/init.el | 22 ++++++++++++++++------ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/files/.zshrc b/files/.zshrc index 3337496..6286b8a 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -49,7 +49,7 @@ export VISUAL="emacsclient -c -a emacs" export LANG="en_US.UTF-8" # ============================== Aliases -alias emacsnw="TERM=alacritty-direct emacsclient -c -nw -a 'emacs -nw'" +alias emacsnw="TERM=alacritty-direct emacsclient -nw -a 'emacs -nw'" alias fontscache="fc-cache -f -v" alias ofen="cc" alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/ShayBox/Mon2Cam/master/src/mod.ts" diff --git a/files/init.el b/files/init.el index 2047b92..c9c27fe 100644 --- a/files/init.el +++ b/files/init.el @@ -250,6 +250,12 @@ "gc" 'magit-checkout "gb" 'magit-branch)) +;; Surround +(use-package evil-surround + :ensure t + :config + (global-evil-surround-mode 1)) + ;; Treemacs (use-package treemacs :ensure t @@ -277,6 +283,10 @@ :after (treemacs projectile) :ensure t) +(use-package treemacs-magit + :after(treemacs magit) + :ensure t) + ;; Lsp (use-package lsp-mode :ensure t @@ -417,12 +427,12 @@ ("\\ex" ?∃) ("\\all" ?∀) ; sets of numbers - ("\\nats" ?ℕ) - ("\\ints" ?ℤ) - ("\\rats" ?ℚ) - ("\\reals" ?ℝ) - ("\\complex" ?ℂ) - ("\\primes" ?ℙ) + ("NN" ?ℕ) + ("ZZ" ?ℤ) + ("QQ" ?ℚ) + ("RR" ?ℝ) + ("CC" ?ℂ) + ("PP" ?ℙ) ) (mapc (lambda (x) (if (cddr x)