Doom Emacs Windows安装

  • 1058 字
  • 次阅读
  • 条评论
  1. 1. Doom Emacs 实用命令
    1. 1.1. 原生命令
    2. 1.2. 适用于Windows的命令——整理版

Doom Emacs 实用命令

原文来自Installing Doom Emacs on Windows - DEV Community,现在对其中的命令进行一些整理。

原生命令

来自doomemacs/docs/getting_started.org at master · doomemacs/doomemacs

  1. Don’t forget to run ‘doom sync’ and restart Emacs after modifying init.el or
    packages.el in ~/.config/doom. This is never necessary for config.el.
  2. If something goes wrong, run doom doctor to diagnose common issues with
    your environment, setup, and config.
  3. Use ‘doom upgrade’ to update Doom. Doing it any other way will require
    additional steps (see ‘doom help upgrade’).
  4. Access Doom’s documentation from within Emacs via ‘SPC h d h’ or ‘C-h d h’
    (or ‘M-x doom/help’).

适用于Windows的命令——整理版

USER=users文件夹里你的用户名

mklink /j “C:\Users\USER\.emacs.d” “C:\Users\USER\AppData\Roaming\.emacs.d”

1
git clone https://github.com/doomemacs/doomemacs C:\Users\USER\AppData\Roaming\\.emacs.d
1
2
3
4
5
6
7
8
9
10
11
cd C:\Users\USER\AppData\Roaming\\.emacs.d

.\bin\doom install

.\bin\doom sync

.\bin\doom doctor

.\bin\doom upgrade

.\bin\doom up

P.S. 后续在C:\Users\USER\.emacs.d执行”.\bin*doom“之类的命令即可

赞助喵
非常感谢您的喜欢!
赞助喵
分享这一刻
让朋友们也来瞅瞅!
[object Object]