Skip to content

Commit

Permalink
Update .dir-locals
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Oct 23, 2022
1 parent 600395f commit 2e33e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
(bug-reference-url-format . "https://github.com/emacs-helm/helm/issues/%s")
(byte-compile-warnings . (not obsolete docstrings docstrings-non-ascii-quotes))))
(emacs-lisp-mode . ((mode . bug-reference-prog)
(indent-tabs-mode . nil))))
(indent-tabs-mode . nil)
(fill-column . 80))))
1 change: 0 additions & 1 deletion helm-occur.el
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ Note that when using `buffer-substring' initialization will be
slower. If buffer-substring, all buffers with the modes not
defined in helm-occur-buffer-substring-fn-for-modes will be
displayed with colors and properties in the helm-occur buffer"

:type '(radio
(const :tag "With text properties" buffer-substring)
(const :tag "Without text properties" buffer-substring-no-properties)))
Expand Down

0 comments on commit 2e33e34

Please sign in to comment.