Move everything to folders.

* Remove not working function to create files with helm
* Add SQL language file
* Fine-tune emacs lisp completion settings
This commit is contained in:
Maciej Szlosarczyk 2017-10-29 00:52:41 +03:00
parent 5bd7066cde
commit 42ebb1394d
No known key found for this signature in database
GPG key ID: 94798DD7F02D70C1
13 changed files with 45 additions and 39 deletions

View file

@ -15,7 +15,7 @@
(company-mode 1)
(flycheck-mode 1)
(set (make-local-variable 'company-backends)
'((company-yasnippet company-dabbrev-code company-files))))
'((company-yasnippet company-capf company-dabbrev-code company-files))))
;;========== Hooks =================================
(add-hook 'emacs-lisp-mode-hook 'editor-config-elisp)