File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
(bug-reference-url-format . " https://github.com/emacs-helm/helm/issues/%s" )
6
6
(byte-compile-warnings . (not obsolete docstrings docstrings-non-ascii-quotes))))
7
7
(emacs-lisp-mode . ((mode . bug-reference-prog)
8
- (indent-tabs-mode . nil ))))
8
+ (indent-tabs-mode . nil )
9
+ (fill-column . 80 ))))
Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ Note that when using `buffer-substring' initialization will be
135
135
slower. If buffer-substring, all buffers with the modes not
136
136
defined in helm-occur-buffer-substring-fn-for-modes will be
137
137
displayed with colors and properties in the helm-occur buffer"
138
-
139
138
:type '(radio
140
139
(const :tag " With text properties" buffer-substring)
141
140
(const :tag " Without text properties" buffer-substring-no-properties)))
You can’t perform that action at this time.
0 commit comments