From 6e4a38e58f8015c1f48c9b4f996084d591523c23 Mon Sep 17 00:00:00 2001 From: William Ball Date: Mon, 30 Mar 2026 18:44:40 -0400 Subject: [PATCH] slightly tweaked emacs config; new snippets --- emacs/.config/emacs/Emacs.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/emacs/.config/emacs/Emacs.org b/emacs/.config/emacs/Emacs.org index 45d2087..c156eca 100644 --- a/emacs/.config/emacs/Emacs.org +++ b/emacs/.config/emacs/Emacs.org @@ -16,6 +16,9 @@ (fset 'yes-or-no-p 'y-or-n-p) (setq default-frame-alist '((undecorated . t))) (scroll-bar-mode -1) + + ; get rid of that stupid popup + (setq native-comp-async-report-warnings-errors 'silent) #+end_src ** Backups #+begin_src emacs-lisp @@ -412,6 +415,9 @@ I don't really use markdown ([[Org Mode]] is a strict improvement imo), but it's "NN" "\\N" "ZZ" "\\Z" "QQ" "\\Q" + "rt" "\\upharpoonright" + "bt" "\\bullet" + "'d" "^\\bullet" "oo" "\\circ" "RR" "\\R" "CC" "\\C" @@ -425,7 +431,6 @@ I don't really use markdown ([[Org Mode]] is a strict improvement imo), but it's "s=" "\\subseteq" "s<" "\\subset" "invs" "^{-1}" - "opl" "\\oplus" "td" (lambda () (interactive) (yas-expand-snippet "^{$1}$0")) "__" (lambda () (interactive) @@ -439,6 +444,8 @@ I don't really use markdown ([[Org Mode]] is a strict improvement imo), but it's I use [[https://abode.karthinks.com/org-latex-preview/][this]] fork of org-mode in order to have amazing latex previews. /Make sure to follow the installation instructions!/ It's supposed to eventually be merged into org proper, which is very exciting. I'm already pretty dependent on this feature (the previews are just that good), so I'll have to use this until it gets merged, but that's fine with me. #+begin_src emacs-lisp (use-package org-mode + :vc (:url "https://code.tecosaur.net/tec/org-mode" + :branch "dev") :load-path "~/dotfiles/emacs/.config/emacs/elpa/org-mode/lisp/" :init (setq org-list-allow-alphabetical t)