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

📄 new-useful-setqs

📁 这是一个linux 嵌入式系统中很重要的GCC编译器程序
💻
字号:
;;                 -*- Mode: Emacs-Lisp -*-;; This is the `new-useful-setqs' file;; This overrides old defvars since they were revised.(setq texinfmt-version "2.35 of 10 September 1996")(setq texinfo-master-menu-header  "\n@detailmenu\n --- The Detailed Node Listing ---\n")(setq texinfo-environment-regexp  (concat   "^@"   "\\("   "cartouche\\|"   "display\\|"   "end\\|"   "enumerate\\|"   "example\\|"   "f?table\\|"   "flushleft\\|"   "flushright\\|"   "format\\|"   "group\\|"   "ifhtml\\|"   "ifinfo\\|"   "iftex\\|"   "ignore\\|"   "itemize\\|"   "lisp\\|"   "macro\\|"   "multitable\\|"   "quotation\\|"   "smallexample\\|"   "smalllisp\\|"   "tex"   "\\)"))(setq texinfo-no-refill-regexp  (concat   "^@"   "\\("   "example\\|"   "smallexample\\|"   "lisp\\|"   "smalllisp\\|"   "display\\|"   "format\\|"   "flushleft\\|"   "flushright\\|"   "menu\\|"   "multitable\\|"   "titlepage\\|"   "iftex\\|"   "ifhtml\\|"   "tex\\|"   "html"   "\\)"))(setq texinfo-accent-commands  (concat   "@OE\\|"   "@oe\\|"   "@AA\\|"   "@aa\\|"   "@AE\\|"   "@ae\\|"   "@ss\\|"   "@^\\|"   "@`\\|"   "@'\\|"   "@\"\\|"   "@,\\|"   "@=\\|"   "@~\\|"   "@questiondown{\\|"   "@exclamdown{\\|"   "@L{\\|"   "@l{\\|"   "@O{\\|"   "@o{\\|"   "@dotaccent{\\|"   "@ubaraccent{\\|"   "@d{\\|"   "@H{\\|"   "@ringaccent{\\|"   "@tieaccent{\\|"   "@u{\\|"   "@v{\\|"   "@dotless{"   ))(setq texinfo-part-of-para-regexp  (concat   "^@"   "\\("   "b{\\|"   "bullet{\\|"   "cite{\\|"   "code{\\|"   "emph{\\|"   "equiv{\\|"   "error{\\|"   "expansion{\\|"   "file{\\|"   "i{\\|"   "inforef{\\|"   "kbd{\\|"   "key{\\|"   "lisp{\\|"   "email{\\|"   "minus{\\|"   "point{\\|"   "print{\\|"   "pxref{\\|"   "r{\\|"   "ref{\\|"   "result{\\|"   "samp{\\|"   "sc{\\|"   "t{\\|"   "TeX{\\|"   "today{\\|"   "url{\\|"   "var{\\|"   "w{\\|"   "xref{\\|"   "@-\\|"    ; @- is a descretionary hyphen (not an accent) (a noop).   texinfo-accent-commands   "\\)"   ))(setq texinfo-raisesections-alist  '((@chapter . @chapter)             ; Cannot go higher    (@unnumbered . @unnumbered)    (@centerchap . @unnumbered)    (@majorheading . @majorheading)    (@chapheading . @chapheading)    (@appendix . @appendix)        (@section . @chapter)    (@unnumberedsec . @unnumbered)    (@heading . @chapheading)    (@appendixsec . @appendix)        (@subsection . @section)    (@unnumberedsubsec . @unnumberedsec)    (@subheading . @heading)    (@appendixsubsec . @appendixsec)        (@subsubsection . @subsection)    (@unnumberedsubsubsec . @unnumberedsubsec)    (@subsubheading . @subheading)    (@appendixsubsubsec . @appendixsubsec)))(setq texinfo-lowersections-alist  '((@chapter . @section)      (@unnumbered . @unnumberedsec)    (@centerchap . @unnumberedsec)    (@majorheading . @heading)    (@chapheading . @heading)    (@appendix . @appendixsec)        (@section . @subsection)    (@unnumberedsec . @unnumberedsubsec)    (@heading . @subheading)    (@appendixsec . @appendixsubsec)        (@subsection . @subsubsection)    (@unnumberedsubsec . @unnumberedsubsubsec)    (@subheading . @subsubheading)    (@appendixsubsec . @appendixsubsubsec)        (@subsubsection . @subsubsection) ; Cannot go lower.    (@unnumberedsubsubsec . @unnumberedsubsubsec)    (@subsubheading . @subsubheading)    (@appendixsubsubsec . @appendixsubsubsec)))

⌨️ 快捷键说明

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