mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Minor refactor & comment revision across the board
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user