Skip to content

Instantly share code, notes, and snippets.

@defclass
defclass / jd.md
Last active March 1, 2023 08:44
开源笔记 Logseq 远程团队招聘两位开发工程师 [已结束]

开源笔记 Logseq 远程团队招聘两位开发工程师 [已结束]

v2ex帖子地址

cnodejs帖子地址

工作时间,方式,内容与待遇

  • 全员远程,WFH,WLB。
@robphoenix
robphoenix / spacemacs-cheshe.md
Last active February 6, 2024 23:11
[DEPRECATED] Spacemacs Cheat Sheet - Visit https://github.com/Ben-PH/spacemacs-cheatsheet

This is unmaintained, please visit Ben-PH/spacemacs-cheatsheet

Useful Spacemacs commands

  • SPC q q - quit
  • SPC w / - split window vertically
  • SPC w - - split window horizontally
  • SPC 1 - switch to window 1
  • SPC 2 - switch to window 2
  • SPC w c - delete current window
@nauhygon
nauhygon / Build Emacs for Windows 64bit with Native Compilation.md
Last active April 26, 2024 06:03
Step-by-step instructions to build Emacs for Windows 64 bit with MSYS2 and MinGW-w64. Now `native-comp` supported.

Build Emacs-w64 with MSYS2/MinGW-w64 with Native Compilation

Instructions are modified from emacs-w64 Wiki page by zklhp. Many thanks for sharing!

  1. Download the latest MSYS2 from this download page.

  2. Install MSYS2 to, for example, C:\msys2 (make sure no space in path to avoid unwanted problems).

  3. Optionally prettify the MSYS2 console mintty with ~/.minttyrc to make it more pleasing to eyes. Thanks to this awesome theme!