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

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

[elpa] externals/pyim 5c2bc3b 2/3: .dir-local.el -> .dir-locals.el


From: Feng Shu
Subject: [elpa] externals/pyim 5c2bc3b 2/3: .dir-local.el -> .dir-locals.el
Date: Wed, 24 Feb 2021 00:36:21 -0500 (EST)

branch: externals/pyim
commit 5c2bc3b9fea10531abcba4d21aeb1fbe8f9686bd
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    .dir-local.el -> .dir-locals.el
---
 .dir-local.el  |  8 --------
 .dir-locals.el | 31 +++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 8 deletions(-)

diff --git a/.dir-local.el b/.dir-local.el
deleted file mode 100644
index 86470cd..0000000
--- a/.dir-local.el
+++ /dev/null
@@ -1,8 +0,0 @@
-((nil . ((fill-column . 80)
-         (indent-tabs-mode . nil)
-         (tab-width . 4)
-         (buffer-file-coding-system . utf-8-unix))))
-
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..c60cc50
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,31 @@
+;; Copyright (C) 2019-2020 Free Software Foundation, Inc.
+
+;; Author: Chen Bin <chenbin.sh@gmail.com>
+;; Maintainer: Chen Bin <chenbin.sh@gmail.com>
+;;             Feng Shu <tumashu@163.com>
+;; URL: https://github.com/tumashu/pyim
+;; Keywords: convenience, Chinese, pinyin, input-method
+
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs is free software: you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+
+;; GNU Emacs is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+
+((nil . ((fill-column . 80)
+         (indent-tabs-mode . nil)
+         (tab-width . 4)
+         (buffer-file-coding-system . utf-8-unix))))
+
+;; Local Variables:
+;; no-byte-compile: t
+;; End:



reply via email to

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