Remove references to kanji-glasses-mode

Clean up any traces of having butchered my other mode to create this
terrible thing.
This commit is contained in:
Correl Roush 2020-01-24 12:06:34 -05:00
parent 16309e678d
commit 0a5484e377

View file

@ -1,4 +1,4 @@
;;; owo-mode.el --- Minor mode for studying kanji
;;; owo-mode.el --- Minor mode for annoying yourself.
;; Copyright (C) 2020 Correl Roush
@ -48,7 +48,7 @@
text))
(defun owo-set-overlay-properties ()
"Set properties of kanji overlays."
"Set properties of owo overlays."
(put 'owo 'evaporate t)
(put 'owo 'face '(bold highlight)))