mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -05:00
Use simpler method to highlight nbsp
If it does not work on non-X builds we will fall back to the ergodis method based on adding a font-lock class
This commit is contained in:
committed by
Gerry Agbobada
parent
473d41f889
commit
089fe56079
@@ -1,10 +1,5 @@
|
||||
;;; input/keymaps/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(defface doom-bepo-hard-space '((t (:background "Aquamarine")))
|
||||
"*Face for highlighting non-breaking spaces (`?\u00a0')in Font-Lock mode.
|
||||
\(This is also ?\240.)"
|
||||
:group 'doom-bepo :group 'faces)
|
||||
|
||||
(defvar doom-bepo-cr-rotation-style 'ergodis
|
||||
"Modify this variable in your $DOOMDIR/init.el
|
||||
Style of binding rotation for the cr keys.
|
||||
|
Reference in New Issue
Block a user