wgrep is not immediately essential, change it to use-package

This commit is contained in:
contrapunctus 2020-06-12 19:42:22 +05:30
parent 30436e3e53
commit 9b0aba7dc3
1 changed files with 2 additions and 1 deletions

View File

@ -685,7 +685,8 @@ and eval it."
(add-hook 'after-make-frame-functions 'my-fix-emojis)
;; (set-face-attribute 'default nil :font "-outline-Bitstream Vera Sans Mono-normal-normal-normal-mono-12-*-*-*-c-*-iso8859-1")
(require 'wgrep)
(use-package wgrep
:commands (wgrep-change-to-wgrep-mode))
(setq custom-file "~/.emacs.d/custom.el")
(load custom-file)