diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-04-17 08:09:48 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-04-17 08:09:48 -0700 |
commit | e64544a10af3afded819c7d06960a07b390660e2 (patch) | |
tree | a1f740ac640f840efedafdac0fb92bc68e96a924 /.emacs.local.d/modes/package.el | |
parent | e5104decb65dd7a76f632934775bcaf57e1474c8 (diff) |
Emacs only with deb dependencies
Diffstat (limited to '.emacs.local.d/modes/package.el')
-rw-r--r-- | .emacs.local.d/modes/package.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.local.d/modes/package.el b/.emacs.local.d/modes/package.el index acbfc21..7503b9f 100644 --- a/.emacs.local.d/modes/package.el +++ b/.emacs.local.d/modes/package.el @@ -2,6 +2,3 @@ (add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/") t) - -(package-initialize) ;; You might already have this line - |