Browse Source

Remove fill-column-indicator

master
10sr 3 years ago
parent
commit
66b6b5b1d8
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      emacs.el

+ 0
- 5
emacs.el View File

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


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

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


Loading…
Cancel
Save