Gave melpa-stable highest priority.
This commit is contained in:
parent
a92f7394be
commit
99b29b0529
11
init.el
11
init.el
|
@ -1,5 +1,5 @@
|
|||
;;; init.el --- tastytea's Emacs init file.
|
||||
;; Time-stamp: <2019-07-10T23:47:11+00:00>
|
||||
;; Time-stamp: <2019-07-13T16:43:40+00:00>
|
||||
|
||||
;;; Commentary:
|
||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
||||
|
@ -13,8 +13,9 @@
|
|||
(add-to-list 'package-archives
|
||||
'("melpa" . "https://melpa.org/packages/") t)
|
||||
(setq package-archive-priorities '(("gnu" . 1)
|
||||
("melpa-stable" . 2)
|
||||
("melpa" . 3)))
|
||||
("melpa" . 2)
|
||||
("melpa-stable" . 3)
|
||||
))
|
||||
(package-initialize)
|
||||
|
||||
;; Add path for custom packages.
|
||||
|
@ -484,9 +485,11 @@ With argument, do this that many times."
|
|||
("<f8>" . neotree-show))
|
||||
|
||||
;; Git integration.
|
||||
(use-package git-commit)
|
||||
(use-package git-commit
|
||||
:pin melpa)
|
||||
(unless slow-computer
|
||||
(use-package magit
|
||||
:pin melpa
|
||||
:config
|
||||
(defun my/magit-kill-buffers (arg)
|
||||
"Restore window configuration and kill all Magit buffers."
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
127.0.0.1:51313 3161
|
||||
127.0.0.1:51313 27026
|
||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user