Skip to content

Commit 210366e

Browse files
author
Gilbert Consellado
committed
sql layer
1 parent 42adc3a commit 210366e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This function should only modify configuration layer settings."
6969
python-enable-yapf-format-on-save t
7070
python-sort-imports-on-save t)
7171
(shell-scripts)
72-
(sql-mode :variables
72+
(sql :variables
7373
sql-capitalize-keywords t)
7474
(yaml)
7575
;; ----------------------------------------------------------------
@@ -410,7 +410,7 @@ This function is called at the very end of Spacemacs initialization."
410410
;; If there is more than one, they won't work right.
411411
'(package-selected-packages
412412
(quote
413-
(yaml-mode insert-shebang flycheck-bashate fish-mode company-shell yapfify pyvenv pytest pyenv-mode py-isort pip-requirements live-py-mode hy-mode cython-mode company-anaconda anaconda-mode pythonic protobuf-mode web-beautify livid-mode skewer-mode simple-httpd json-mode json-snatcher json-reformat js2-refactor multiple-cursors js2-mode js-doc company-tern dash-functional tern coffee-mode web-mode tagedit slim-mode scss-mode sass-mode pug-mode less-css-mode haml-mode emmet-mode company-web web-completion-data flycheck-gometalinter godoctor go-rename go-guru go-eldoc company-go go-mode systemd xterm-color shell-pop multi-term eshell-z eshell-prompt-extras esh-help ranger fasd rainbow-mode rainbow-identifiers color-identifiers-mode git-gutter-fringe+ git-gutter-fringe fringe-helper git-gutter+ git-gutter diff-hl browse-at-remote smeargle orgit magit-gitflow gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link evil-magit magit magit-popup git-commit with-editor company-quickhelp fuzzy company-statistics company auto-yasnippet yasnippet ac-ispell auto-complete flycheck-pos-tip pos-tip flycheck flyspell-correct-ivy flyspell-correct auto-dictionary ws-butler winum which-key wgrep volatile-highlights vi-tilde-fringe uuidgen use-package toc-org symon string-inflection spaceline powerline smex restart-emacs request rainbow-delimiters popwin persp-mode pcre2el password-generator paradox spinner org-plus-contrib org-bullets open-junk-file neotree move-text macrostep lorem-ipsum linum-relative link-hint ivy-purpose window-purpose imenu-list ivy-hydra info+ indent-guide hydra hungry-delete hl-todo highlight-parentheses highlight-numbers parent-mode highlight-indentation hide-comnt help-fns+ helm-make helm helm-core google-translate golden-ratio flx-ido flx fill-column-indicator fancy-battery eyebrowse expand-region exec-path-from-shell evil-visualstar evil-visual-mark-mode evil-unimpaired evil-tutor evil-surround evil-search-highlight-persist evil-numbers evil-nerd-commenter evil-mc evil-matchit evil-lisp-state smartparens evil-lion evil-indent-plus evil-iedit-state iedit evil-exchange evil-escape evil-ediff evil-args evil-anzu anzu evil goto-chg undo-tree eval-sexp-fu highlight elisp-slime-nav editorconfig dumb-jump popup f s diminish define-word counsel-projectile projectile pkg-info epl counsel swiper ivy column-enforce-mode clean-aindent-mode bind-map bind-key auto-highlight-symbol auto-compile packed dash async aggressive-indent adaptive-wrap ace-window ace-link avy))))
413+
(sqlup-mode sql-indent yaml-mode insert-shebang flycheck-bashate fish-mode company-shell yapfify pyvenv pytest pyenv-mode py-isort pip-requirements live-py-mode hy-mode cython-mode company-anaconda anaconda-mode pythonic protobuf-mode web-beautify livid-mode skewer-mode simple-httpd json-mode json-snatcher json-reformat js2-refactor multiple-cursors js2-mode js-doc company-tern dash-functional tern coffee-mode web-mode tagedit slim-mode scss-mode sass-mode pug-mode less-css-mode haml-mode emmet-mode company-web web-completion-data flycheck-gometalinter godoctor go-rename go-guru go-eldoc company-go go-mode systemd xterm-color shell-pop multi-term eshell-z eshell-prompt-extras esh-help ranger fasd rainbow-mode rainbow-identifiers color-identifiers-mode git-gutter-fringe+ git-gutter-fringe fringe-helper git-gutter+ git-gutter diff-hl browse-at-remote smeargle orgit magit-gitflow gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link evil-magit magit magit-popup git-commit with-editor company-quickhelp fuzzy company-statistics company auto-yasnippet yasnippet ac-ispell auto-complete flycheck-pos-tip pos-tip flycheck flyspell-correct-ivy flyspell-correct auto-dictionary ws-butler winum which-key wgrep volatile-highlights vi-tilde-fringe uuidgen use-package toc-org symon string-inflection spaceline powerline smex restart-emacs request rainbow-delimiters popwin persp-mode pcre2el password-generator paradox spinner org-plus-contrib org-bullets open-junk-file neotree move-text macrostep lorem-ipsum linum-relative link-hint ivy-purpose window-purpose imenu-list ivy-hydra info+ indent-guide hydra hungry-delete hl-todo highlight-parentheses highlight-numbers parent-mode highlight-indentation hide-comnt help-fns+ helm-make helm helm-core google-translate golden-ratio flx-ido flx fill-column-indicator fancy-battery eyebrowse expand-region exec-path-from-shell evil-visualstar evil-visual-mark-mode evil-unimpaired evil-tutor evil-surround evil-search-highlight-persist evil-numbers evil-nerd-commenter evil-mc evil-matchit evil-lisp-state smartparens evil-lion evil-indent-plus evil-iedit-state iedit evil-exchange evil-escape evil-ediff evil-args evil-anzu anzu evil goto-chg undo-tree eval-sexp-fu highlight elisp-slime-nav editorconfig dumb-jump popup f s diminish define-word counsel-projectile projectile pkg-info epl counsel swiper ivy column-enforce-mode clean-aindent-mode bind-map bind-key auto-highlight-symbol auto-compile packed dash async aggressive-indent adaptive-wrap ace-window ace-link avy))))
414414
(custom-set-faces
415415
;; custom-set-faces was added by Custom.
416416
;; If you edit it by hand, you could mess it up, so be careful.

0 commit comments

Comments
 (0)