Updoots
This commit is contained in:
@@ -49,7 +49,7 @@ export VISUAL="emacsclient -c -a emacs"
|
|||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
|
|
||||||
# ============================== Aliases
|
# ============================== 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 fontscache="fc-cache -f -v"
|
||||||
alias ofen="cc"
|
alias ofen="cc"
|
||||||
alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/ShayBox/Mon2Cam/master/src/mod.ts"
|
alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/ShayBox/Mon2Cam/master/src/mod.ts"
|
||||||
|
|||||||
@@ -250,6 +250,12 @@
|
|||||||
"gc" 'magit-checkout
|
"gc" 'magit-checkout
|
||||||
"gb" 'magit-branch))
|
"gb" 'magit-branch))
|
||||||
|
|
||||||
|
;; Surround
|
||||||
|
(use-package evil-surround
|
||||||
|
:ensure t
|
||||||
|
:config
|
||||||
|
(global-evil-surround-mode 1))
|
||||||
|
|
||||||
;; Treemacs
|
;; Treemacs
|
||||||
(use-package treemacs
|
(use-package treemacs
|
||||||
:ensure t
|
:ensure t
|
||||||
@@ -277,6 +283,10 @@
|
|||||||
:after (treemacs projectile)
|
:after (treemacs projectile)
|
||||||
:ensure t)
|
:ensure t)
|
||||||
|
|
||||||
|
(use-package treemacs-magit
|
||||||
|
:after(treemacs magit)
|
||||||
|
:ensure t)
|
||||||
|
|
||||||
;; Lsp
|
;; Lsp
|
||||||
(use-package lsp-mode
|
(use-package lsp-mode
|
||||||
:ensure t
|
:ensure t
|
||||||
@@ -417,12 +427,12 @@
|
|||||||
("\\ex" ?∃)
|
("\\ex" ?∃)
|
||||||
("\\all" ?∀)
|
("\\all" ?∀)
|
||||||
; sets of numbers
|
; sets of numbers
|
||||||
("\\nats" ?ℕ)
|
("NN" ?ℕ)
|
||||||
("\\ints" ?ℤ)
|
("ZZ" ?ℤ)
|
||||||
("\\rats" ?ℚ)
|
("QQ" ?ℚ)
|
||||||
("\\reals" ?ℝ)
|
("RR" ?ℝ)
|
||||||
("\\complex" ?ℂ)
|
("CC" ?ℂ)
|
||||||
("\\primes" ?ℙ)
|
("PP" ?ℙ)
|
||||||
)
|
)
|
||||||
(mapc (lambda (x)
|
(mapc (lambda (x)
|
||||||
(if (cddr x)
|
(if (cddr x)
|
||||||
|
|||||||
Reference in New Issue
Block a user