From 435c95393459d0c7825a4431f0ebcec6898ba16b Mon Sep 17 00:00:00 2001 From: JSDurand Date: Wed, 9 Feb 2022 22:35:31 +0800 Subject: add configurations for rust * common.el (common): * init.el (rustic-mode): (assoc): * rust-conf.el ("dash.el"): ("s.el"): ("f.el"): (let-alist): ("markdown-mode"): (project): ("rust-mode"): (seq): ("spinner.el"): ("xterm-color"): ("eglot"): (eglot-mode-map): (eglot-autoshutdown): ("rustic"): (rustic-lsp-client): (rustic-format-on-save): (eglot-managed-mode-hook): (durand-rust-mode-hook): (durand-rustic-cargo-doc-a): (#'rustic-cargo-doc): (rust-conf): --- common.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.el') diff --git a/common.el b/common.el index 35e16f2..e983e6d 100644 --- a/common.el +++ b/common.el @@ -469,7 +469,7 @@ If the length of LS is less than N, then return the whole LS." (reverse result))))) (provide 'common) -;; common.el ends here. +;;; common.el ends here. -- cgit v1.2.3-18-g5258