From 00ff59a0ed36438f39b9b0d784708d8aa14761c7 Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Tue, 9 Jun 2020 23:59:13 +0800 Subject: [PATCH] Update Doom Emacs config --- emacs/init.el | 2 +- emacs/snippets/latex-mode/boldface | 2 +- emacs/snippets/org-mode/boldface | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index e58f4f9..2050f09 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -117,7 +117,7 @@ ;;elm ; care for a cup of TEA? emacs-lisp ; drown in parentheses ;;erlang ; an elegant language for a more civilized age - ;;ess ; emacs speaks statistics + ess ; emacs speaks statistics ;;faust ; dsp, but you get to keep your soul ;;fsharp ; ML stands for Microsoft's Language ;;fstar ; (dependent) types and (monadic) effects and Z3 diff --git a/emacs/snippets/latex-mode/boldface b/emacs/snippets/latex-mode/boldface index f058635..1dc6ab8 100644 --- a/emacs/snippets/latex-mode/boldface +++ b/emacs/snippets/latex-mode/boldface @@ -2,4 +2,4 @@ # name: Boldface text # key: bf # -- -\textbf{$1} +\textbf{$1} \ No newline at end of file diff --git a/emacs/snippets/org-mode/boldface b/emacs/snippets/org-mode/boldface index 092cc31..8487899 100644 --- a/emacs/snippets/org-mode/boldface +++ b/emacs/snippets/org-mode/boldface @@ -2,4 +2,4 @@ # name: Org-Mode boldface # key: bf # -- -*$1* $0 +*$1* $0 \ No newline at end of file