浏览代码

Exclude package-user-dir recently

master
10sr 4 年前
父节点
当前提交
5cb60ccc3d
签署人:: 10sr GPG 密钥 ID: C384BB17CBB19347
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      emacs.el

+ 6
- 0
emacs.el 查看文件

@@ -951,6 +951,12 @@ found, otherwise returns nil."
(when (safe-require-or-eval 'recently)
(define-key ctl-x-map (kbd "C-r") 'recently-show)
(set-variable 'recently-max 1000)
(defvar recently-excludes)
(add-to-list 'recently-excludes
(rx-to-string (list 'and
'string-start
(expand-file-name package-user-dir))
t))
(recently-mode 1))

(when (safe-require-or-eval 'editorconfig)


正在加载...
取消
保存