Remove ‘package’ configuration
This is part of the ‘oni-package’ package now.
This commit is contained in:
parent
79ff6f3749
commit
b3fc0c89e1
1 changed files with 1 additions and 21 deletions
|
@ -41,29 +41,9 @@
|
||||||
|
|
||||||
(load "oni-site-autoloads" :noerror :nomessage)
|
(load "oni-site-autoloads" :noerror :nomessage)
|
||||||
|
|
||||||
;;;; Package
|
|
||||||
|
|
||||||
(require 'package)
|
(require 'package)
|
||||||
|
|
||||||
(eval-and-compile
|
(eval-and-compile (package-initialize))
|
||||||
;; Add MELPA because it's the biggest package repository for Emacs.
|
|
||||||
(add-to-list 'package-archives
|
|
||||||
'("melpa" . "https://melpa.org/packages/"))
|
|
||||||
;; Add the Org package archive to be able to install the bleeding
|
|
||||||
;; edge Org mode.
|
|
||||||
(add-to-list 'package-archives
|
|
||||||
'("org" . "http://orgmode.org/elpa/"))
|
|
||||||
;; Add my personal package archive so I can upload custom libraries
|
|
||||||
;; and stuff there.
|
|
||||||
(add-to-list 'package-archives
|
|
||||||
'("oni" . "https://ryuslash.org/elpa/"))
|
|
||||||
(package-initialize))
|
|
||||||
|
|
||||||
;;; Highlight the line the cursor is on in the Packages menu for
|
|
||||||
;;; better visibility.
|
|
||||||
(add-hook 'package-menu-mode-hook 'hl-line-mode)
|
|
||||||
|
|
||||||
(with-eval-after-load 'package (require 'oni-package-x))
|
|
||||||
|
|
||||||
;;;; Dependencies
|
;;;; Dependencies
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue