浏览代码

Fix company mode

master
Mitchell Tishmack 6 年前
committed by Mitch Tishmack
父节点
当前提交
b148e81621
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      emacs.org

+ 2
- 2
emacs.org 查看文件

@@ -1097,12 +1097,12 @@ Highlight TODO/FIXME type messages in comments.
:ensure t)
#+END_SRC

*** TODO company-mode :broken:
*** company-mode

Completion tips.

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


正在加载...
取消
保存