瀏覽代碼

Update company-mode to always be on.

cray
Mitch Tishmack 11 年之前
父節點
當前提交
7e96fa6b57
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. +4
    -1
      emacs/.emacs.d/emacs.org

+ 4
- 1
emacs/.emacs.d/emacs.org 查看文件

@@ -767,7 +767,10 @@ Highlight TODO/FIXME type messages in comments.
Completion tips.

#+BEGIN_SRC emacs-lisp :tangle no
(use-package company-mode :ensure t)
(use-package company-mode
:ensure t
:config (add-hook 'after-init-hook 'global-company-mode)
)
#+END_SRC

** yaml-mode


Loading…
取消
儲存