syllables->jamo on save

This commit is contained in:
2026-02-12 14:37:17 -07:00
parent fd36692419
commit 109fc3547e
2 changed files with 59 additions and 0 deletions

4
.dir-locals.el Normal file
View File

@@ -0,0 +1,4 @@
((nil
. ((eval . (progn (add-to-list 'load-path (project-root (project-current)))
(require 'helpers)
(add-hook 'before-save-hook #'hangul-convert-buffer-to-jamo))))))