diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-company.el | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emacs.d/custom/fcuny-company.el b/emacs.d/custom/fcuny-company.el deleted file mode 100644 index fab7c99..0000000 --- a/emacs.d/custom/fcuny-company.el +++ /dev/null @@ -1,11 +0,0 @@ -(use-package company - :ensure t - :diminish company-mode - - :custom - (company-minimum-prefix-length 2) - (company-tooltip-align-annotations t) - (company-tooltip-limit 12) - (company-idle-delay 1)) - -(provide 'fcuny-company) |