working system
This commit is contained in:
commit
e0ad4ea627
53 changed files with 2927 additions and 0 deletions
12
lisp/init-recentf.el
Normal file
12
lisp/init-recentf.el
Normal file
|
@ -0,0 +1,12 @@
|
|||
;;; init-recentf.el --- Settings for tracking recent files -*- lexical-binding: t -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
(add-hook 'after-init-hook 'recentf-mode)
|
||||
(setq-default
|
||||
recentf-max-saved-items 1000
|
||||
recentf-exclude `("/tmp/" "/ssh:" ,(concat package-user-dir "/.*-autoloads\\.el\\'")))
|
||||
|
||||
|
||||
(provide 'init-recentf)
|
||||
;;; init-recentf.el ends here
|
Loading…
Add table
Add a link
Reference in a new issue