From d5646d2b88bc58b6acbced25281524503aefdcfa Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 23 Jul 2019 00:01:59 +0200 Subject: [PATCH] input/{japanese,chinese}: conform to new conventions --- modules/input/chinese/config.el | 4 ++-- modules/input/japanese/config.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/input/chinese/config.el b/modules/input/chinese/config.el index ae63e00ab..aade8ff6b 100644 --- a/modules/input/chinese/config.el +++ b/modules/input/chinese/config.el @@ -1,7 +1,7 @@ ;;; input/chinese/config.el -*- lexical-binding: t; -*- (def-package! pyim - :after-call (after-find-file pre-command-hook) + :after-call after-find-file pre-command-hook :config (setq pyim-dcache-directory (concat doom-cache-dir "pyim/") pyim-page-tooltip t @@ -31,7 +31,7 @@ ;; ;;; Hacks -(def-advice! +chinese--org-html-paragraph-a (paragraph contents info) +(def-advice! +chinese-org-html-paragraph-a (paragraph contents info) "Join consecutive Chinese lines into a single long line without unwanted space when exporting org-mode to html." :filter-args #'org-html-paragraph diff --git a/modules/input/japanese/config.el b/modules/input/japanese/config.el index 0364eabdf..44186a438 100644 --- a/modules/input/japanese/config.el +++ b/modules/input/japanese/config.el @@ -1,7 +1,7 @@ ;;; input/japanese/config.el -*- lexical-binding: t; -*- (def-package! migemo - :after-call (after-find-file pre-command-hook) + :after-call after-find-file pre-command-hook :init (setq search-default-regexp-mode nil migemo-options '("-q" "--emacs" "-i" "\a") @@ -41,7 +41,7 @@ ;; ;;; Hacks -(def-advice! +japanese--org-html-paragraph-a (paragraph contents info) +(def-advice! +japanese-org-html-paragraph-a (paragraph contents info) "Join consecutive Japanese lines into a single long line without unwanted space when exporting org-mode to html." :filter-args #'org-html-paragraph