summaryrefslogtreecommitdiff
path: root/common.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-02-09 22:35:31 +0800
committerJSDurand <mmemmew@gmail.com>2022-02-09 22:35:31 +0800
commit435c95393459d0c7825a4431f0ebcec6898ba16b (patch)
treeaf55520cd89ca7a98df7861e036bb9d98f85b48d /common.el
parent76747a2aadd216596ee386e0025ab651a32f16fa (diff)
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):
Diffstat (limited to 'common.el')
-rw-r--r--common.el2
1 files changed, 1 insertions, 1 deletions
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.