⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tex-start.el

📁 早期freebsd实现
💻 EL
字号:
; This file is for use by TeX82 (see man page) to allow switching to;  Emacs at a line number given on the command line; It assumes that it has been called by:;	emacs -l tex-start -e startline <linenumber> <file>(defun startline ()  ;(setq command-line-args (cdr command-line-args))  (find-file (car (cdr command-line-args-left)))  (goto-char (point-min))  (forward-line (1- (string-to-int (car command-line-args-left))))  (setq command-line-args-left ()))

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -