diff --git a/emacs/emacs.el b/emacs/emacs.el index 31b38ca..e3e9231 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -1334,11 +1334,6 @@ signature-file is the path to the file which contains the signature." ("" . org-tree-slide-mode) ("S-" . org-tree-slide-skip-done-toggle))) -;; centered-window-mode -;; Keep your text centered when there's only one window. -;; https://github.com/anler/centered-window-mode -(use-package centered-window) - ;; centered-cursor-mode ;; An emacs minor mode for smooth scrolling ;; https://github.com/andre-r/centered-cursor-mode.el