Skip to content

Commit c553c6d

Browse files
committed
.dir-locals.el (indent-tabs-mode): Set to nil
1 parent e0f60f9 commit c553c6d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.dir-locals.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
;;; For more information see (info "(emacs) Directory Variables")
33

44
((emacs-lisp-mode
5-
(bug-reference-url-format . "https://github.com/abo-abo/lispy/issues/%s")))
5+
(bug-reference-url-format . "https://github.com/abo-abo/lispy/issues/%s")
6+
(indent-tabs-mode . nil)))

lispy.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ The hint will consist of the possible nouns that apply to the verb."
265265
:group 'lispy-faces)
266266

267267
(defface lispy-test-face
268-
'((t (:inherit lispy-face-hint)))
268+
'((t (:inherit lispy-face-hint)))
269269
"Face for `lispy-view-test'."
270270
:group 'lispy-faces)
271271

0 commit comments

Comments
 (0)