diff options
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index a8e7e07..a3d38ab 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1483,7 +1483,7 @@ This function is intended for use with `ivy-ignore-buffers'." :hook ((tex-mode . auto-fill-mode) (tex-mode . flyspell-mode))) -(use-feature george-mode +(use-package george-mode :straight (:host nil :repo "https://git.shemshak.org/amin/george-mode") :mode "\\.grg\\'") |