浏览代码

Add fic-mode

master
10sr 5 年前
父节点
当前提交
8846586545
签署人:: 10sr GPG 密钥 ID: 7BEC428194130EB2
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el 查看文件

@@ -138,6 +138,7 @@ found, otherwise returns nil."
highlight-indentation
diminish
fzf
fic-mode

editorconfig
editorconfig-custom-majormode
@@ -752,6 +753,10 @@ found, otherwise returns nil."
'highlight-indentation-mode)))
;; (set-face-background 'highlight-indentation-current-column-face "#c3b3b3")

(when (fboundp 'fic-mode)
(add-hook prog-mode-hook
'fic-mode))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; file handling



正在加载...
取消
保存