Minor refactor & comment revision across the board
This commit is contained in:
parent
31c95042c3
commit
d297dc6934
7 changed files with 10 additions and 9 deletions
|
@ -37,7 +37,7 @@
|
|||
;;; Indentation detection
|
||||
|
||||
(defun +fold--hideshow-empty-line-p (_)
|
||||
(string= "" (string-trim (thing-at-point 'line))))
|
||||
(string= "" (string-trim (thing-at-point 'line 'no-props))))
|
||||
|
||||
(defun +fold--hideshow-geq-or-empty-p (base-indent)
|
||||
(or (+fold--hideshow-empty-line-p base-indent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue