Emacs personal configuration
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ;;; package --- Company mode
- ;;; Commentary:
- ;;; Code:
-
- (require-package 'company)
-
- ;; https://company-mode.github.io/
- ;; To use company-mode in all buffers, add the following line to your init file:
- (add-hook 'after-init-hook 'global-company-mode)
-
- (provide 'init-company)
-
- ;;; init-company.el ends here
|