Sfoglia il codice sorgente

Exclude package-user-dir recently

master
10sr 4 anni fa
parent
commit
5cb60ccc3d
Firmato da: 10sr ID Chiave GPG: C384BB17CBB19347
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. +6
    -0
      emacs.el

+ 6
- 0
emacs.el Vedi File

@@ -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)


Caricamento…
Annulla
Salva