This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Refactor
master
10sr
6 years ago
parent
109a25fdc4
commit
1375c58675
Signed by:
10sr
GPG Key ID:
7BEC428194130EB2
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save