Marker comments to begin separating things out
This commit is contained in:
parent
ed13dbbdd4
commit
5e06cd91e2
1 changed files with 3 additions and 2 deletions
|
@ -344,11 +344,12 @@
|
|||
;; is set.
|
||||
|
||||
;; If we want oracle shtuff.
|
||||
(require 'enode-oracle)
|
||||
(require 'enode-oracle) ;; Oracle only
|
||||
(require 'enode-mysql) ;; MySQL/MariaDB only
|
||||
|
||||
;; Some handy stuff that really should be part of ENODE but isn't
|
||||
(require 'sql-extras)
|
||||
(require 'pls-extras)
|
||||
(require 'pls-extras) ;; Oracle only
|
||||
|
||||
;;
|
||||
;; Customisable stuff
|
||||
|
|
Loading…
Reference in a new issue