Minor refactor & comment revision across the board

This commit is contained in:
Henrik Lissner 2019-10-03 23:33:59 -04:00
parent 31c95042c3
commit d297dc6934
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
7 changed files with 10 additions and 9 deletions

View file

@ -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)