Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buhe/dotemacs
https://github.com/buhe/dotemacs
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/buhe/dotemacs
- Owner: buhe
- Created: 2022-07-24T12:39:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T12:25:44.000Z (over 2 years ago)
- Last Synced: 2025-01-01T19:59:37.507Z (about 2 months ago)
- Language: Emacs Lisp
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Emacs macos
``````
### Notes
#### Windows
- C-x 2 :上下分割出两个 Window。
- C-x 3:左右分割出两个 Window。
- C-x 0:关闭光标所在处的 Window。
- C-x 1:只保留光标所在处的 Window,关闭其它 Window。其它 Window 的 Buffer 依然没有关闭,可以通过 "*Buffer List*" 查看。
- C-x o:将光标切换到下一个 Window。### rust
#### lang-server
``````
#### Debug
```
$ brew install cmake llvm
$ git clone https://github.com/lldb-tools/lldb-mi
$ mkdir -p lldb-mi/build
$ cd lldb-mi/build
$ cmake ..
$ cmake --build .
$ ln -s $PWD/src/lldb-mi /usr/local/bin/lldb-mi
``````
sudo DevToolsSecurity --enable
```
### typescript
#### lang-server
``````