diff options
author | Amin Bandali <bandali@gnu.org> | 2019-09-09 23:19:25 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-09-09 23:19:25 -0400 |
commit | 1d01c927376afe476e066d8ce70905828d31ac1a (patch) | |
tree | 781589c846f1687d99b1246107399e04702a8874 | |
parent | c86b6e8bea5c757216b9549928f4847e3e7cc082 (diff) | |
download | configs-1d01c927376afe476e066d8ce70905828d31ac1a.tar.gz configs-1d01c927376afe476e066d8ce70905828d31ac1a.tar.xz configs-1d01c927376afe476e066d8ce70905828d31ac1a.zip |
emacs: add george-mode
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 4 insertions, 0 deletions
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 |