Remove fci-mode
This commit is contained in:
parent
12e54cb7d7
commit
94ffcbe4ef
@ -1846,13 +1846,6 @@ window.
|
||||
:demand
|
||||
:config
|
||||
(avy-setup-default)
|
||||
(defadvice avy-goto-line (around avy-fci activate)
|
||||
(let ((fci-was-on (if (boundp 'fci-mode) fci-mode nil)))
|
||||
(when fci-was-on
|
||||
(fci-mode -1))
|
||||
ad-do-it
|
||||
(when fci-was-on
|
||||
(fci-mode 1))))
|
||||
:bind
|
||||
(("M-g c" . avy-goto-char)
|
||||
("M-g C" . avy-goto-char-2)
|
||||
@ -2339,14 +2332,6 @@ accompanying function will be added to ~mu4e-view-mode-hook~.
|
||||
(use-package docker-tramp)
|
||||
#+END_SRC
|
||||
|
||||
** Display a line at ~fill-column~
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package fill-column-indicator
|
||||
:hook
|
||||
(prog-mode . fci-mode))
|
||||
#+END_SRC
|
||||
|
||||
** Transient for creating beautiful command menus
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
@ -75,7 +75,6 @@
|
||||
expand-region
|
||||
fancy-narrow
|
||||
feature-mode
|
||||
fill-column-indicator
|
||||
flycheck
|
||||
flycheck-pkg-config
|
||||
flymake-python-pyflakes
|
||||
|
Loading…
Reference in New Issue
Block a user