Fix backup saving
This commit is contained in:
parent
9fce4365dc
commit
5bd7066cde
13 changed files with 47 additions and 32 deletions
|
|
@ -15,11 +15,9 @@
|
|||
(company-mode 1)
|
||||
(flycheck-mode 1)
|
||||
(set (make-local-variable 'company-backends)
|
||||
'((elisp-company company-capf company-yasnippet company-files))))
|
||||
'((company-yasnippet company-dabbrev-code company-files))))
|
||||
|
||||
;;========== Hooks =================================
|
||||
(add-hook 'emacs-lisp-mode-hook 'editor-config-elisp)
|
||||
(add-hook 'emacs-lisp-mode-hook 'completion-config-elisp)
|
||||
|
||||
(provide 'elisp)
|
||||
;;; elisp.el ends here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue