Emacs : config fix

This commit is contained in:
2021-10-28 09:19:01 +09:00
parent 52891b7d2f
commit 173e4f416b

View File

@ -1173,6 +1173,7 @@ https://emacs.stackexchange.com/a/30691
(set-face-foreground 'git-gutter:added "LightGreen")
(set-face-foreground 'git-gutter:modified "LightGoldenrod")
(set-face-foreground 'git-gutter:deleted "LightCoral"))
#+end_src
** Org mode latex
[[https://github.com/GeneKao/orgmode-latex-templates][reference]]
#+begin_src emacs-lisp