We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e6cbb commit fb2a929Copy full SHA for fb2a929
lisp/list.el
@@ -50,9 +50,9 @@
50
result))
51
52
(eask-start
53
- (package-initialize)
54
- (let ((eask-list-package-name-width (+ (eask-seq-max-str package-activated-list) 2)))
55
- (dolist (name package-activated-list)
56
- (eask-print-pkg name 0 (or (eask-depth) 999)))))
+ (package-initialize)
+ (let ((eask-list-package-name-width (+ (eask-seq-max-str package-activated-list) 2)))
+ (dolist (name package-activated-list)
+ (eask-print-pkg name 0 (or (eask-depth) 999)))))
57
58
;;; list.el ends here
0 commit comments