X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/31d4e2a383f1faead79e517cfcb8d5333ac5ecb4..ec80f07afe6f0985de1aff4d321292c93b3cb4ef:/init.org diff --git a/init.org b/init.org index 26bf448..d02ed3b 100644 --- a/init.org +++ b/init.org @@ -913,7 +913,8 @@ And here's where my actual Org configurations begin: :bind (("C-c a o a" . org-agenda) :map org-mode-map - ("M-L" . org-insert-last-stored-link)) + ("M-L" . org-insert-last-stored-link) + ("s-T" . org-todo)) :hook ((org-mode . org-indent-mode) (org-mode . auto-fill-mode) (org-mode . flyspell-mode)) @@ -1480,6 +1481,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