diff options
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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) |