浏览代码

Remove fill-column-indicator

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

+ 0
- 5
emacs.el 查看文件

@@ -148,7 +148,6 @@ Otherwize hook it."
editorconfig
git-ps1-mode
restart-emacs
fill-column-indicator
pkgbuild-mode
minibuffer-line
which-key
@@ -1001,10 +1000,6 @@ THEM are function and its args."
;; t))
))

(and nil
'(require 'fill-column-indicator nil t)
(setq fill-column-indicator))

(defun my-gen-hl-line-color-dark ()
"Generate color for current line in black background."
(let* ((candidates (mapcar 'number-to-string (number-sequence 1 6)))


正在加载...
取消
保存