Add missing dependencies to constants.el
Perhaps commits like these will become less frequent when I adopt Nix and a proper packaging strategy.
This commit is contained in:
parent
7e1391cc47
commit
4ef1396a51
1 changed files with 11 additions and 0 deletions
|
@ -6,6 +6,17 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
;; Dependencies
|
||||||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
|
(require 'prelude)
|
||||||
|
(require 'f)
|
||||||
|
|
||||||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
;; Configuration
|
||||||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
;; TODO: Consider merging `ui.el' and `misc.el' because those are the only
|
;; TODO: Consider merging `ui.el' and `misc.el' because those are the only
|
||||||
;; current consumers of these constants, and I'm unsure if the indirection that
|
;; current consumers of these constants, and I'm unsure if the indirection that
|
||||||
;; globally defined constants introduces is worth it.
|
;; globally defined constants introduces is worth it.
|
||||||
|
|
Loading…
Reference in a new issue