mirror of
https://github.com/correl/owo-mode.git
synced 2024-11-21 19:18:36 +00:00
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:
parent
16309e678d
commit
0a5484e377
1 changed files with 2 additions and 2 deletions
|
@ -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
|
;; Copyright (C) 2020 Correl Roush
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
text))
|
text))
|
||||||
|
|
||||||
(defun owo-set-overlay-properties ()
|
(defun owo-set-overlay-properties ()
|
||||||
"Set properties of kanji overlays."
|
"Set properties of owo overlays."
|
||||||
(put 'owo 'evaporate t)
|
(put 'owo 'evaporate t)
|
||||||
(put 'owo 'face '(bold highlight)))
|
(put 'owo 'face '(bold highlight)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue