Skip to content

Commit

Permalink
Silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Jun 25, 2024
1 parent bc02fa1 commit 828f430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user-lisp/lisp-customisations.el
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ E.g. \"~/.emacs.d/elpa/el-mock-20150906.321\" into \"el-mock\" and \"20150906.32
(-let [(pkg . versions) it]
(--each (-butlast versions)
(f-delete it t)
(incf deleted-count))))
(cl-incf deleted-count))))
(message "Deleted %d directories in ~/.emacs.d/elpa" deleted-count)))

(require 'company)
Expand Down

0 comments on commit 828f430

Please sign in to comment.