Created
December 1, 2022 04:45
-
-
Save andiogenes/9760c0aeeac2c2a1f505f7b51f4a27d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Enable Company in selected major modes | |
(let ((hooks '(java-mode-hook))) | |
(dolist (hook hooks) | |
(add-hook hook (lambda () | |
(company-mode 1))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment