emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/csharp-mode 0e26b88 433/459: Update readme with :ensure


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 0e26b88 433/459: Update readme with :ensure t
Date: Sun, 22 Aug 2021 14:00:16 -0400 (EDT)

branch: externals/csharp-mode
commit 0e26b8850b251a9c4495c7d2e0f8ee46688fe469
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@thornhill.no>

    Update readme with :ensure t
---
 README.org | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index d3fdd23..d7c334d 100644
--- a/README.org
+++ b/README.org
@@ -22,10 +22,11 @@ This is a mode for editing C# in emacs. It's using 
[[https://github.com/ubolonto
 ** tree-sitter support
 You can enable experimental tree sitter support for indentation and 
highlighting using
 #+begin_src elisp
-  (use-package tree-sitter)
-  (use-package tree-sitter-langs)
+  (use-package tree-sitter :ensure t)
+  (use-package tree-sitter-langs :ensure t)
 
   (use-package csharp-mode
+    :ensure t
     :config
     (add-to-list 'auto-mode-alist '("\\.cs\\'" . csharp-tree-sitter-mode)))
 #+end_src



reply via email to

[Prev in Thread] Current Thread [Next in Thread]