Skip to content

Commit

Permalink
Improve Emacs (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
clsty committed May 25, 2024
1 parent 979e2a1 commit 1f49b5a
Show file tree
Hide file tree
Showing 37 changed files with 7,756 additions and 200 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/dev/BUILDinDocker.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ su - archer

之后每次从宿主机进入此 docker 环境,可使用以下命令:
```bash
sudo docker exec -it -u archer -w /home/archer arch /bin/bash
# 或者
sudo docker exec -it -u archer -w /home/archer/arCNiso arch /bin/bash
```
这指定了在容器内的工作目录为 `/home/archer/arCNiso`,可按需调整。

余下步骤参见[构建说明](/dev/build)(直接在 docker 环境中执行相应操作即可)。

而在得到生成的镜像文件之后,可以使用 `docker cp` 等方法将其取出容器
Expand Down
14 changes: 14 additions & 0 deletions homebase/public/.emacs.d/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/auto-save-list
/cache
/eln-cache
/elpa
/transient
/tramp
/recentf
/.autosaves/*
/.org-id-locations

/dirvish

/init.*.el
/early-init.el
Loading

0 comments on commit 1f49b5a

Please sign in to comment.