From 946cb1a3fd80f233aaac1c0a114890e9f39f143a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 28 Feb 2022 00:57:24 -0800 Subject: [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’. --- oni-core.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'oni-core.el') 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 ;; 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) -- cgit v1.2.3-54-g00ecf