Переглянути джерело

Add recentf-exclude

master
10sr 6 роки тому
джерело
коміт
ad601b2a15
Підписано: 10sr Ідентифікатор GPG ключа: 7BEC428194130EB2
1 змінених файлів з 2 додано та 0 видалено
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el Переглянути файл

@@ -1202,6 +1202,8 @@ found, otherwise returns nil."
(regexp-quote recentf-save-file))
(add-to-list 'recentf-exclude
(regexp-quote (expand-file-name user-emacs-directory)))
(add-to-list 'recentf-exclude
"/sync-recentf-marker\\'")
(define-key ctl-x-map (kbd "C-r") 'recentf-open-files)
(remove-hook 'find-file-hook
'recentf-track-opened-file)


Завантаження…
Відмінити
Зберегти