[oni-package] Enable ‘package-quickstart’
This commit is contained in:
parent
fd6b131d1c
commit
6d3975566c
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.1014.170341
|
;; Version: 2021.0425.174639
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; it under the terms of the GNU General Public License as published by
|
;; it under the terms of the GNU General Public License as published by
|
||||||
|
@ -47,6 +47,9 @@
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(setq package-enable-at-startup nil)
|
(setq package-enable-at-startup nil)
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
|
(setq package-quickstart t)
|
||||||
|
|
||||||
;;;###autoload (add-hook 'after-init-hook 'package-initialize)
|
;;;###autoload (add-hook 'after-init-hook 'package-initialize)
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
|
Loading…
Reference in a new issue