equal
deleted
inserted
replaced
14 |
14 |
15 (setq recentf-save-file "~/.recentf") |
15 (setq recentf-save-file "~/.recentf") |
16 (when (eq system-type 'cygwin) |
16 (when (eq system-type 'cygwin) |
17 (setq recentf-save-file "~/.recentf-cygwin")) |
17 (setq recentf-save-file "~/.recentf-cygwin")) |
18 |
18 |
19 (setq recentf-auto-cleanup 'mode) |
19 (setq recentf-auto-cleanup 600) |
20 ;; Prevent TRAMP to login on remote host when loading. Its take time and ask passwords! |
20 ;; Prevent TRAMP to login on remote host when loading. Its take time and ask passwords! |
21 (setq recentf-keep '(file-remote-p file-readable-p)) |
21 (setq recentf-keep '(file-remote-p file-readable-p)) |
22 (setq recentf-exclude ; Use ``M-x recentf-cleanup`` to update recentf-list. |
22 (setq recentf-exclude ; Use ``M-x recentf-cleanup`` to update recentf-list. |
23 '("/devel/[^/]*-\\(orig\\|tmp\\|xxx\\)" |
23 '("/devel/[^/]*-\\(orig\\|tmp\\|xxx\\)" |
24 "/devel/my-\\(merge\\|pull\\)/")) |
24 "/devel/my-\\(merge\\|pull\\)/")) |