Emacs: Fix prescient completion.
Load misc/completion, demand prescient.
This commit is contained in:
parent
2cdef331de
commit
0de86a312d
|
@ -10,7 +10,8 @@
|
||||||
:commands (hexrgb-increment-equal-rgb))
|
:commands (hexrgb-increment-equal-rgb))
|
||||||
|
|
||||||
;; Sorting and filtering, library.
|
;; Sorting and filtering, library.
|
||||||
(use-package prescient)
|
(use-package prescient
|
||||||
|
:demand t)
|
||||||
|
|
||||||
(provide 'misc/libs)
|
(provide 'misc/libs)
|
||||||
;;; libs.el ends here
|
;;; libs.el ends here
|
||||||
|
|
3
init.el
3
init.el
|
@ -1,6 +1,6 @@
|
||||||
;;; init.el --- tastytea's Emacs init file. -*- lexical-binding: t; -*-
|
;;; 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:
|
;;; Commentary:
|
||||||
;; Requires at least Emacs 26.
|
;; Requires at least Emacs 26.
|
||||||
|
@ -31,6 +31,7 @@
|
||||||
(require 'text/web)
|
(require 'text/web)
|
||||||
(require 'text/misc)
|
(require 'text/misc)
|
||||||
|
|
||||||
|
(require 'misc/completion)
|
||||||
(require 'misc/documentation)
|
(require 'misc/documentation)
|
||||||
(require 'misc/email)
|
(require 'misc/email)
|
||||||
(require 'misc/misc)
|
(require 'misc/misc)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user