forked from GitHub/comp-syntax-gu-mlt
basic korean grammar
This commit is contained in:
@@ -32,7 +32,8 @@ equivalents."
|
||||
|
||||
(defun hangul-convert-buffer-to-jamo ()
|
||||
(interactive)
|
||||
(hangul-convert-region-to-jamo (point-min) (point-max)))
|
||||
(hangul-convert-region-to-jamo (point-min) (point-max))
|
||||
(message "Converted Hangul Syllables in buffer to Jamo."))
|
||||
|
||||
(require 'dash)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user