leetcode push front Doom Emacs Configuration 用 config.org 文件来维护 doom emacs 配置。 他人配置列表:
- name&link brief
更新日志
-
[2021-05-30] 添加 scrollkeeper 定位行时闪烁 (M-v, M-f)
-
添加 cacltext 数学计算
-
添加 gcl/async-shell-command-silently
-
[2021-07-02] 升级 emacs27 -> emacs28 native
自定义函数:
;;;###autoload
(defun gcl/use-eslint-from-node-modules ()
\"Set local eslint if available.\"
(let* ((root (locate-dominating-file (or (buffer-file-name) default-directory) \"node_modules\"))
(eslint (and root (expand-file ...))
暂无评论