summaryrefslogtreecommitdiffstats
path: root/scripts/kde-emacs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 23:52:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 23:52:43 +0900
commit8a861e2bb84e01563fffebdb8e099a2a55d61221 (patch)
tree13c2d2d17374b88666d7f7f4b5e8c1dfea1f98be /scripts/kde-emacs
parentb5f8648994a6690cfe6731f364a9f35510ec8827 (diff)
downloadtdesdk-8a861e2bb84e01563fffebdb8e099a2a55d61221.tar.gz
tdesdk-8a861e2bb84e01563fffebdb8e099a2a55d61221.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'scripts/kde-emacs')
-rw-r--r--scripts/kde-emacs/dirvars.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/kde-emacs/dirvars.el b/scripts/kde-emacs/dirvars.el
index b9837eaf..d80f1d97 100644
--- a/scripts/kde-emacs/dirvars.el
+++ b/scripts/kde-emacs/dirvars.el
@@ -38,16 +38,6 @@
;; in a Local Variables: section at the end of a file. E.g. the
;; contents of a typical dirvars file might look like this:
;;
-;; ;; -*- emacs-lisp -*-
-;; ;;
-;; ;; This file is processed by the dirvars emacs package. Each variable
-;; ;; setting below is performed when this dirvars file is loaded.
-;; ;;
-;; indent-tabs-mode: nil
-;; tab-width: 8
-;; show-trailing-whitespace: t
-;; indicate-empty-lines: t
-;;
;; Much of this code is stolen and modified from the standard Emacs
;; files.el
;;