From f3ea34cd68db234286862360969f40b0b981e72d Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Thu, 22 Apr 2021 19:14:04 -0700 Subject: emacs: clean eshell --- .emacs | 8 -------- 1 file changed, 8 deletions(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index b5a7c95..bd7a1a4 100644 --- a/.emacs +++ b/.emacs @@ -1,9 +1,5 @@ ;; Load up the general config -;; 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) (load-file "~/.emacs.local.d/general.el") @@ -14,7 +10,6 @@ (load-file "~/.emacs.local.d/modes/company.el") (load-file "~/.emacs.local.d/modes/dashboard.el") (load-file "~/.emacs.local.d/modes/doom-modeline.el") -(load-file "~/.emacs.local.d/modes/eshell.el") (load-file "~/.emacs.local.d/modes/flyspell.el") (load-file "~/.emacs.local.d/modes/go-lang.el") (load-file "~/.emacs.local.d/modes/ibuffer.el") @@ -42,7 +37,4 @@ (load-file "~/.emacs.local.d/modes/themes.el") -;; Extra Debian packages: elpa-yaml-mode -;; Extra packages to install from Elpa: puppet-mode - (provide '.emacs) -- cgit v1.2.3