aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-02-28 00:57:24 -0800
committerGravatar Tom Willemse2022-02-28 00:57:24 -0800
commit946cb1a3fd80f233aaac1c0a114890e9f39f143a (patch)
treef20a81bcf60c6637e090b95042b7684cf575fe86 /oni-core.el
parent3131d48a8674fac51195c17681d56c61235b599f (diff)
downloademacs-config-946cb1a3fd80f233aaac1c0a114890e9f39f143a.tar.gz
emacs-config-946cb1a3fd80f233aaac1c0a114890e9f39f143a.zip
[oni-core] Load the ‘generic-x’ library
This library defines a few useful generic major modes like ‘etc-fstab-generic-mode’, and ‘java-properties-generic-mode’.
Diffstat (limited to 'oni-core.el')
-rw-r--r--oni-core.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-core.el b/oni-core.el
index 481147f..c9d0f5c 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2022.0224.015603
+;; Version: 2022.0228.005711
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard mixed-pitch ace-window)
;; This program is free software; you can redistribute it and/or modify
@@ -33,6 +33,7 @@
(require 'auth-source)
(require 'diminish)
(require 'gcmh)
+(require 'generic-x)
(require 'hydra)
(require 'package)
(require 'recentf)