From 66b6b5b1d84c021b0605ed40275b5709e5eef87c Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 24 Dec 2020 15:09:42 +0900 Subject: [PATCH] Remove fill-column-indicator --- emacs.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/emacs.el b/emacs.el index ed2074d..ecd1279 100644 --- a/emacs.el +++ b/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)))