From 43a1cdad4f6d1ea0bba53fe907d99fca165ffe1e Mon Sep 17 00:00:00 2001 From: fpi Date: Tue, 23 Feb 2021 10:09:19 +0100 Subject: Add support for rust development Due to the support for org-babel, rustic-mode requires org and therefore needs to be loaded after it. (As org needs to be initialized by the use-package call to work properly with straight.el) --- emacs-init.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs-init.org') diff --git a/emacs-init.org b/emacs-init.org index aba9ad3..372078b 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -3208,6 +3208,12 @@ area. :config (unbind-key "M-s" matlab-mode-map)) #+end_src +*** Rust +#+begin_src emacs-lisp +(use-package rustic + :straight t + :after org) +#+end_src ** Org mode Org is the mode you never need to leave, if you do not want to. My org TODO and clocking setup is largely inspired by [[http://doc.rix.si/cce/cce-org.html][Ryan Rix's]] and [[http://doc.norang.ca/org-mode.html][Bernt -- cgit v1.2.3