From 6921c275cbddf5843da4870bde5b61991b4af857 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 17 Oct 2019 12:21:30 -0500 Subject: [PATCH] Minor edits. --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 48aba8c..d319cce 100755 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -8,6 +8,7 @@ ;; Modified by Derek Taylor (http://www.gitlab.com/dwt1/ ) (require 'package) +(require 'erc) (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. @@ -26,7 +27,7 @@ ("melpa-stable" . "http://stable.melpa.org/packages/")))) '(package-selected-packages (quote - (rainbow-mode pdf-tools emojify minimap lua-mode haskell-mode ##))) + (undo-tree rainbow-mode pdf-tools emojify minimap lua-mode haskell-mode ##))) '(scroll-bar-mode nil) '(tool-bar-mode nil) '(tooltip-mode nil))