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/general.el | |
parent | e5104decb65dd7a76f632934775bcaf57e1474c8 (diff) |
Emacs only with deb dependencies
Diffstat (limited to '.emacs.local.d/general.el')
-rw-r--r-- | .emacs.local.d/general.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.emacs.local.d/general.el b/.emacs.local.d/general.el index e2bd03b..a06f842 100644 --- a/.emacs.local.d/general.el +++ b/.emacs.local.d/general.el @@ -7,11 +7,7 @@ (add-to-list 'default-frame-alist '(font . "Hack-12")) -;; Added by Package.el. This must come before configurations of -;; installed packages. Don't delete this line. If you don't want it, -;; just comment it out by adding a semicolon to the start of the line. -;; You may delete these explanatory comments. -(package-initialize) +; (package-initialize) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) |