Unverified Commit b741ca97 authored by Sshwy's avatar Sshwy Committed by GitHub
Browse files

Merge pull request #1850 from OI-wiki/akakw1-patch-1

Update emacs.md 这个bot怎么把我的details搞没了
parents d9995ed8 5ed71e91
Loading
Loading
Loading
Loading
+38 −39
Original line number Diff line number Diff line
@@ -113,7 +113,6 @@ Emacs 拥有极为丰富的快捷键,可以大幅提高写工作的效率,
```

??? "完整配置"

    ```text
    ;;设置一键编译
    (defun compile-file ()(interactive)(compile (format "g++ -o %s %s -g -lm -Wall" (file-name-sans-extension (buffer-name))(buffer-name))))