diff --git a/configuration.org b/configuration.org index db2bd33..833178a 100644 --- a/configuration.org +++ b/configuration.org @@ -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 diff --git a/customizations.el b/customizations.el index 0f4e3ae..d9c505f 100644 --- a/customizations.el +++ b/customizations.el @@ -75,7 +75,6 @@ expand-region fancy-narrow feature-mode - fill-column-indicator flycheck flycheck-pkg-config flymake-python-pyflakes