Minor edits.

This commit is contained in:
Derek Taylor
2019-10-17 12:21:30 -05:00
parent fc97828310
commit 6921c275cb

View File

@@ -8,6 +8,7 @@
;; Modified by Derek Taylor (http://www.gitlab.com/dwt1/ ) ;; Modified by Derek Taylor (http://www.gitlab.com/dwt1/ )
(require 'package) (require 'package)
(require 'erc)
(custom-set-variables (custom-set-variables
;; custom-set-variables was added by Custom. ;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; 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/")))) ("melpa-stable" . "http://stable.melpa.org/packages/"))))
'(package-selected-packages '(package-selected-packages
(quote (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) '(scroll-bar-mode nil)
'(tool-bar-mode nil) '(tool-bar-mode nil)
'(tooltip-mode nil)) '(tooltip-mode nil))