input/{japanese,chinese}: conform to new conventions
This commit is contained in:
parent
271920b42a
commit
d5646d2b88
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; input/chinese/config.el -*- lexical-binding: t; -*-
|
;;; input/chinese/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(def-package! pyim
|
(def-package! pyim
|
||||||
:after-call (after-find-file pre-command-hook)
|
:after-call after-find-file pre-command-hook
|
||||||
:config
|
:config
|
||||||
(setq pyim-dcache-directory (concat doom-cache-dir "pyim/")
|
(setq pyim-dcache-directory (concat doom-cache-dir "pyim/")
|
||||||
pyim-page-tooltip t
|
pyim-page-tooltip t
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
;;
|
;;
|
||||||
;;; Hacks
|
;;; 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
|
"Join consecutive Chinese lines into a single long line without unwanted space
|
||||||
when exporting org-mode to html."
|
when exporting org-mode to html."
|
||||||
:filter-args #'org-html-paragraph
|
:filter-args #'org-html-paragraph
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
;;; input/japanese/config.el -*- lexical-binding: t; -*-
|
;;; input/japanese/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(def-package! migemo
|
(def-package! migemo
|
||||||
:after-call (after-find-file pre-command-hook)
|
:after-call after-find-file pre-command-hook
|
||||||
:init
|
:init
|
||||||
(setq search-default-regexp-mode nil
|
(setq search-default-regexp-mode nil
|
||||||
migemo-options '("-q" "--emacs" "-i" "\a")
|
migemo-options '("-q" "--emacs" "-i" "\a")
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
;;
|
;;
|
||||||
;;; Hacks
|
;;; 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
|
"Join consecutive Japanese lines into a single long line without unwanted space
|
||||||
when exporting org-mode to html."
|
when exporting org-mode to html."
|
||||||
:filter-args #'org-html-paragraph
|
:filter-args #'org-html-paragraph
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue