Remove fci-mode
This commit is contained in:
parent
12e54cb7d7
commit
94ffcbe4ef
@ -1846,13 +1846,6 @@ window.
|
|||||||
:demand
|
:demand
|
||||||
:config
|
:config
|
||||||
(avy-setup-default)
|
(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
|
:bind
|
||||||
(("M-g c" . avy-goto-char)
|
(("M-g c" . avy-goto-char)
|
||||||
("M-g C" . avy-goto-char-2)
|
("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)
|
(use-package docker-tramp)
|
||||||
#+END_SRC
|
#+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
|
** Transient for creating beautiful command menus
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
@ -75,7 +75,6 @@
|
|||||||
expand-region
|
expand-region
|
||||||
fancy-narrow
|
fancy-narrow
|
||||||
feature-mode
|
feature-mode
|
||||||
fill-column-indicator
|
|
||||||
flycheck
|
flycheck
|
||||||
flycheck-pkg-config
|
flycheck-pkg-config
|
||||||
flymake-python-pyflakes
|
flymake-python-pyflakes
|
||||||
|
Loading…
Reference in New Issue
Block a user