Skip to content

Commit 2e33e34

Browse files
Update .dir-locals
1 parent 600395f commit 2e33e34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.dir-locals.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
(bug-reference-url-format . "https://github.com/emacs-helm/helm/issues/%s")
66
(byte-compile-warnings . (not obsolete docstrings docstrings-non-ascii-quotes))))
77
(emacs-lisp-mode . ((mode . bug-reference-prog)
8-
(indent-tabs-mode . nil))))
8+
(indent-tabs-mode . nil)
9+
(fill-column . 80))))

helm-occur.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ Note that when using `buffer-substring' initialization will be
135135
slower. If buffer-substring, all buffers with the modes not
136136
defined in helm-occur-buffer-substring-fn-for-modes will be
137137
displayed with colors and properties in the helm-occur buffer"
138-
139138
:type '(radio
140139
(const :tag "With text properties" buffer-substring)
141140
(const :tag "Without text properties" buffer-substring-no-properties)))

0 commit comments

Comments
 (0)