Skip to content

Commit

Permalink
fix cnws path
Browse files Browse the repository at this point in the history
  • Loading branch information
kimim committed Apr 15, 2024
1 parent 2dace1e commit ace2e5a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -1545,8 +1545,12 @@ Check spell on the fly.
:config
(setq cns-process-buffer "*cns*")
(setq cns-prog
(concat kimim/path-kimim-emacs
"site-lisp/cns/cnws.exe"))
(cond ((eq system-type 'windows-nt)
(concat kimim/path-kimim-emacs
"site-lisp/cns/cnws.exe"))
((eq system-type 'darwin)
(concat kimim/path-kimim-emacs
"site-list/cns/cnws"))))
(setq cns-dict-directory
(concat kimim/path-kimim-emacs
"site-lisp/cns/cppjieba/dict"))
Expand Down

0 comments on commit ace2e5a

Please sign in to comment.