ソースを参照

Update

master
10sr 8ヶ月前
コミット
cea4c18a71
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      emacs.el

+ 1
- 2
emacs.el ファイルの表示

@@ -78,8 +78,7 @@ Otherwize hook it."
(set-variable 'package-archives
`(,@package-archives
("melpa" . "https://melpa.org/packages/")
;; Somehow fails to download via https
("10sr-el" . "http://10sr.github.io/emacs-lisp/elpa/")))
("10sr-el" . "https://10sr.github.io/emacs-lisp/elpa/")))
(when (< emacs-major-version 27)
(package-initialize))



読み込み中…
キャンセル
保存