mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Various tweaks & clean up
This commit is contained in:
@ -6,8 +6,8 @@
|
||||
(interactive "d")
|
||||
(let ((hl-line-p (bound-and-true-p hl-line-mode)))
|
||||
(if hl-line-p (hl-line-mode -1))
|
||||
(let ((face (or (get-char-property (point) 'read-face-name)
|
||||
(get-char-property (point) 'face))))
|
||||
(let ((face (or (get-char-property pos 'read-face-name)
|
||||
(get-char-property pos 'face))))
|
||||
(if face (message "Face: %s" face) (message "No face at %d" pos)))
|
||||
(if hl-line-p (hl-line-mode 1))))
|
||||
|
||||
|
Reference in New Issue
Block a user