ソースを参照

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)


読み込み中…
キャンセル
保存