[oni-core] Require ‘auth-source’
This commit is contained in:
parent
e6ea0611ee
commit
43eecedd1a
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2021.0621.230313
|
;; Version: 2021.0621.233612
|
||||||
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard)
|
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -34,6 +34,7 @@
|
||||||
(require 'recentf)
|
(require 'recentf)
|
||||||
(require 'which-key)
|
(require 'which-key)
|
||||||
(require 'ws-butler)
|
(require 'ws-butler)
|
||||||
|
(require 'auth-source)
|
||||||
|
|
||||||
(defconst oni-core--auto-save-directory (oni-data-dir-locate "auto-save-files/")
|
(defconst oni-core--auto-save-directory (oni-data-dir-locate "auto-save-files/")
|
||||||
"Directory where auto-saves go.")
|
"Directory where auto-saves go.")
|
||||||
|
|
Loading…
Reference in a new issue