configure.in
来自「Emacs 插件代码,增加unicode支持和中文支持」· IN 代码 · 共 9 行
IN
9 行
dnl Process this file with autoconf to produce a configure script.AC_INIT(chinese-gbk.el)AC_PROG_INSTALL()AC_CHECK_PROGS(EMACS, emacs)AC_OUTPUT(Makefile)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?