enable cursor crosshairs
This commit is contained in:
parent
d1da863ef7
commit
0f42657983
@ -1153,7 +1153,8 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
|
|||||||
(hl-line
|
(hl-line
|
||||||
((t (:background "#101010"))))
|
((t (:background "#101010"))))
|
||||||
(hl-column
|
(hl-column
|
||||||
((t (:inherit hl-line)))))
|
((t (:inherit hl-line))))
|
||||||
|
:hook (prog-mode . hl-col-line-init))
|
||||||
|
|
||||||
(provide 'mitch-packages)
|
(provide 'mitch-packages)
|
||||||
;;; mitch-packages.el ends here
|
;;; mitch-packages.el ends here
|
||||||
|
Loading…
Reference in New Issue
Block a user