Skip to content

Commit

Permalink
Fix paren mismatch (thanks to yogurt on Discord!)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviwil committed Feb 8, 2021
1 parent b7688ff commit 4589dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Emacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ You can also use =M-x auto-package-update-now= to update right now!
(auto-package-update-prompt-before-update t)
(auto-package-update-hide-results t)
:config
(auto-package-update-maybe))
(auto-package-update-maybe)
(auto-package-update-at-time "09:00"))

#+end_src
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
(auto-package-update-prompt-before-update t)
(auto-package-update-hide-results t)
:config
(auto-package-update-maybe))
(auto-package-update-maybe)
(auto-package-update-at-time "09:00"))

;; NOTE: If you want to move everything out of the ~/.emacs.d folder
Expand Down

0 comments on commit 4589dcc

Please sign in to comment.