1
0
Fork 0

[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:
Tom Willemse 2022-02-28 00:57:24 -08:00
parent 3131d48a86
commit 946cb1a3fd

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; 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) ;; 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 ;; This program is free software; you can redistribute it and/or modify
@ -33,6 +33,7 @@
(require 'auth-source) (require 'auth-source)
(require 'diminish) (require 'diminish)
(require 'gcmh) (require 'gcmh)
(require 'generic-x)
(require 'hydra) (require 'hydra)
(require 'package) (require 'package)
(require 'recentf) (require 'recentf)