Browse Source

Refactor

master
10sr 6 years ago
parent
commit
1375c58675
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      emacs.el

+ 3
- 2
emacs.el View File

@@ -2033,8 +2033,9 @@ Return that buffer."
(l (cl-loop for e in l
unless (file-in-directory-p path e)
collect e))
(l (recently-truncate (cons path
l)
(l (cons path
l))
(l (recently-truncate l
recently-max)))
(unless (equal recently-list
l)


Loading…
Cancel
Save