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

📄 readme

📁 OTP是开放电信平台的简称
💻
字号:
User configuration notes========================Below is a quick guide to necessary configurations for gettingstarted with the Erlang mode for Emacs. Please refer to theUsers guide and reference manual in the documentation for theErlang/OTP application tools for more information.For UNIX users--------------To set up the Erlang Emacs mode on UNIX systems, edit/create the file.emacs in the your home directory.    Below is a complete example of what should be added to a user's .emacsprovided that OTP is installed in the directory /usr/local/otp:              (setq load-path (cons "/usr/local/otp/lib/tools-<ToolsVer>/emacs"      load-path))      (setq erlang-root-dir "/usr/local/otp")      (setq exec-path (cons "/usr/local/otp/bin" exec-path))      (require 'erlang-start)For Windows users-----------------   To set up the Erlang Emacs mode on Windows systems, edit/create thefile .emacs, the location of the file depends on the configuration ofthe system. If the HOME environment variable is set, Emacs will lookfor the .emacs file in the directory indicated by the HOMEvariable. If HOME is not set, Emacs will look for the .emacs file inC:\.    Below is a complete example of what should be added to a user's .emacsprovided that OTP is installed in the directory C:\ProgramFiles\erl-<Ver>:            (setq load-path (cons  "C:/Program Files/erl<Ver>/lib/tools-<ToolsVer>/emacs"      load-path))      (setq erlang-root-dir "C:/Program Files/erl<Ver>")      (setq exec-path (cons "C:/Program Files/erl<Ver>/bin" exec-path))      (require 'erlang-start)    

⌨️ 快捷键说明

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