Emacs: The extra newline was bugging me.

This commit is contained in:
tastytea 2020-03-11 16:25:44 +01:00
parent 5fcc5331b3
commit a347946a25
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; package-management.el --- Initialize package management. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-03-11T12:08:52+0100>
;; Time-stamp: <2020-03-11T16:10:53+0100>
;;; Commentary:
;; * Set up package sources and their priorities.
@ -94,7 +94,6 @@
(quelpa-update-melpa-p nil)
(quelpa-checkout-melpa-p nil)
(quelpa-upgrade-interval 7))
:hook (after-init . quelpa-upgrade-all-maybe))
;; Use :quelpa in use-package configurations.