From 9def383a41abf5f4f8a63505482cbe2dfdcc10ec Mon Sep 17 00:00:00 2001 From: benj Date: Mon, 3 Dec 2018 21:06:31 -0800 Subject: dired-omit-mode; auto-correct; --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index bfb0211..27a7b7b 100644 --- a/init.el +++ b/init.el @@ -23,6 +23,13 @@ ;;; ;;; Code: ;; Suppress splash screen + +;; 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) + (setq inhibit-startup-message t) (add-to-list 'load-path (expand-file-name "settings" user-emacs-directory)) -- cgit v1.2.3