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

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

[nongnu] elpa/dockerfile-mode 8172d83d5d 076/104: Merge pull request #40


From: ELPA Syncer
Subject: [nongnu] elpa/dockerfile-mode 8172d83d5d 076/104: Merge pull request #40 from abloomston/safe-local-variable
Date: Sat, 29 Jan 2022 07:58:35 -0500 (EST)

branch: elpa/dockerfile-mode
commit 8172d83d5d49f411f8b034ab27e459b853622b15
Merge: 818e6946fc 6e1bf5dea4
Author: Drew Csillag <drew@thecsillags.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #40 from abloomston/safe-local-variable
    
    README.md addition for safe-local-variable
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 9d94a4e909..88e40ecb8a 100644
--- a/README.md
+++ b/README.md
@@ -23,3 +23,8 @@ at the top of your Dockerfile.
 ```
 
 If you don't, you'll be prompted for an image name each time you build.
+You may want to add the following to your emacs config:
+
+``` emacs-lisp
+(put 'dockerfile-image-name 'safe-local-variable #'stringp)
+```



reply via email to

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