X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/83eb5bce7f37ee4a36fb38b68ac4c335688c9238..636bcaf74b0b4d073bcf486e22f8af53b85a0549:/init.org diff --git a/init.org b/init.org index ee75041..818e5c3 100644 --- a/init.org +++ b/init.org @@ -1480,6 +1480,7 @@ Automatically save place in each file. #+begin_src emacs-lisp (use-package alloy-mode :straight (:host github :repo "dwwmmn/alloy-mode") + :mode "\\.als\\'" :config (setq alloy-basic-offset 2)) #+end_src @@ -2100,6 +2101,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. #+begin_src emacs-lisp (use-package orgalist + :disabled t :after message :hook (message-mode . orgalist-mode)) #+end_src