Skip to content

Commit bae08a2

Browse files
committed
Random changes to customization file
Allow both `sql-dialect` and `sql-product`, I guess. `sql-product` is supposed to be safe already!
1 parent 59124e8 commit bae08a2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

customizations.el

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
;; If there is more than one, they won't work right.
66
'(ahs-idle-interval 0.5)
77
'(org-modules
8-
'(org-tempo org-id ol-w3m ol-bbdb ol-bibtex ol-docview ol-gnus ol-info ol-irc ol-mhe ol-rmail ol-eww))
8+
'(org-tempo org-id ol-w3m ol-bbdb ol-bibtex ol-docview ol-gnus ol-info
9+
ol-irc ol-mhe ol-rmail ol-eww))
910
'(package-selected-packages nil)
1011
'(safe-local-variable-values
11-
'((sql-dialect . ms)
12+
'((sql-product . ms) (sql-dialect . ms)
1213
(elpy-rpc-virtualenv-path . current)
13-
(eltu-exuberant-ctags-additional-arguments "--python-kinds=-i" "--languages=-html,-php,-javascript"))))
14+
(eltu-exuberant-ctags-additional-arguments "--python-kinds=-i"
15+
"--languages=-html,-php,-javascript"))))
1416
(custom-set-faces
1517
;; custom-set-faces was added by Custom.
1618
;; If you edit it by hand, you could mess it up, so be careful.

0 commit comments

Comments
 (0)