From 33b97ef760e96bb442132a3734547d489b5ff2c8 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Wed, 22 Feb 2023 07:34:09 -0800 Subject: emacs: remove old dir from load-path --- .emacs.local.d/general.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.local.d') diff --git a/.emacs.local.d/general.el b/.emacs.local.d/general.el index 030741e..88bcfbf 100644 --- a/.emacs.local.d/general.el +++ b/.emacs.local.d/general.el @@ -1,5 +1,7 @@ ;; Debian packages: elpa-use-package elpa-fill-column-indicator fonts-hack +(require 'package) + ;; This is only needed once, near the top of the file (eval-when-compile (require 'use-package)) @@ -10,8 +12,6 @@ (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) -(add-to-list 'load-path "~/.emacs.local.d/elisp") - ;; ------ ;; Require misc stuff ;; ------ -- cgit v1.2.3