[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’.
This commit is contained in:
parent
3131d48a86
commit
946cb1a3fd
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue