Emacs: Fix prescient completion.

Load misc/completion, demand prescient.
This commit is contained in:
tastytea 2020-12-08 14:16:58 +01:00
parent 2cdef331de
commit 0de86a312d
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,8 @@
:commands (hexrgb-increment-equal-rgb))
;; Sorting and filtering, library.
(use-package prescient)
(use-package prescient
:demand t)
(provide 'misc/libs)
;;; libs.el ends here

View File

@ -1,6 +1,6 @@
;;; init.el --- tastytea's Emacs init file. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-06-02T15:07:00+0200>
;; Time-stamp: <2020-12-08T14:12:47+0100>
;;; Commentary:
;; Requires at least Emacs 26.
@ -31,6 +31,7 @@
(require 'text/web)
(require 'text/misc)
(require 'misc/completion)
(require 'misc/documentation)
(require 'misc/email)
(require 'misc/misc)