mirror of
https://github.com/GrammaticalFramework/comp-syntax-gu-mlt.git
synced 2026-05-09 01:02:50 -06:00
5 lines
181 B
EmacsLisp
5 lines
181 B
EmacsLisp
((nil
|
|
. ((eval . (progn (add-to-list 'load-path (project-root (project-current)))
|
|
(require 'helpers)
|
|
(add-hook 'before-save-hook #'hangul-convert-buffer-to-jamo))))))
|