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:
parent
473d41f889
commit
089fe56079
3 changed files with 5 additions and 15 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue