From: Amin Bandali Date: Tue, 10 Sep 2019 03:19:25 +0000 (-0400) Subject: emacs: add george-mode X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/1d01c927376afe476e066d8ce70905828d31ac1a?ds=inline;pf=~bandali emacs: add george-mode --- diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6cec829..c18bb8b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1483,6 +1483,10 @@ This function is intended for use with `ivy-ignore-buffers'." :hook ((tex-mode . auto-fill-mode) (tex-mode . flyspell-mode))) +(use-feature george-mode + :straight (:host nil :repo "https://git.shemshak.org/amin/george-mode") + :mode "\\.grg\\'") + ;;; Theme