Mitch Tishmack 11 年之前
父節點
當前提交
0550af12bb
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. +3
    -4
      emacs/.emacs.d/emacs.org

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

@@ -611,11 +611,10 @@ Flycheck for on the fly checking of code.
#+BEGIN_SRC emacs-lisp
(use-package flycheck
:ensure t
:init
(custom-set-variables '(flycheck-indication-mode 'left-fringe))
:config
(progn
(custom-set-variables '(flycheck-indication-mode 'left-fringe))
(add-hook 'prog-mode-hook (flycheck-mode))
)
(add-hook 'prog-mode-hook 'flycheck-mode)
)
#+END_SRC



Loading…
取消
儲存