sbbs.el

Diff
Login

Differences From Artifact [1d789c6a91]:

To Artifact [5c4c4dcb67]:


1
2
3
4
5
6




1
2
3
4


5
6
7
8




-
-
+
+
+
+
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((emacs-lisp-mode
  (tab-width . 4)
  (indent-tabs-mode . nil)))
  (indent-tabs-mode . nil)
  (show-trailing-whitespace . t)
  (sentence-end-double-space . t)
  (byte-compile-error-on-warn . t)))