Skip to content

Commit

Permalink
Deleting a few stray tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosemer committed Sep 21, 2024
1 parent 8cc2392 commit e8096df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init-dir.el
Original file line number Diff line number Diff line change
Expand Up @@ -197,15 +197,15 @@ ROOT-DIR: Directory root being loaded from."
(push (format "Loading `%s' had an error: %S"
(init-dir--make-file-link file root-dir)
(error-message-string load-error))
init-dir--error-and-warning-list))
init-dir--error-and-warning-list))
(when (and init-dir--long-load-time-warning
(> duration init-dir--long-load-time-warning))
(push (format "Loading `%s' took %f seconds. %s "
(init-dir--make-file-link file root-dir)
duration
(if (fboundp 'buttonize) ;Requires GNU Emacs 29.1
(buttonize "[Timing]" #'init-dir--show-timing file)
""))
""))
init-dir--error-and-warning-list)))))

(defun init-dir--make-file-link (file root-dir)
Expand Down Expand Up @@ -320,7 +320,7 @@ PACKAGES: List of package symbols to upgrade when the button is clicked."
(if (and (fboundp 'buttonize) ;Requires GNU Emacs 29.1
(fboundp 'package-upgrade)) ;Requires GNU Emacs 29.1
(buttonize "[Fix]"
(lambda (list) (mapc #'package-upgrade
(lambda (list) (mapc #'package-upgrade
list))
packages
"Upgrade all packages")
Expand Down

0 comments on commit e8096df

Please sign in to comment.