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.
|
;; is set.
|
||||||
|
|
||||||
;; If we want oracle shtuff.
|
;; 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
|
;; Some handy stuff that really should be part of ENODE but isn't
|
||||||
(require 'sql-extras)
|
(require 'sql-extras)
|
||||||
(require 'pls-extras)
|
(require 'pls-extras) ;; Oracle only
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Customisable stuff
|
;; Customisable stuff
|
||||||
|
|
Loading…
Reference in a new issue