.emacs-my
changeset 1695 ffde995a5923
parent 1694 7145e9a4cf34
child 1696 01608a10b6d6
--- a/.emacs-my	Sun Jan 03 15:05:40 2021 +0200
+++ b/.emacs-my	Mon Jan 04 00:02:08 2021 +0200
@@ -1268,6 +1268,10 @@
   (icomplete-mode 1))
 (setq icomplete-with-completion-tables t)
 
+;; It remembers stack of windows (not buffers) configurations and allows navigate with C-c LEFT / RIGHT.
+;; I don't find it useful as I always work only with 1 or 2 windows opened.
+;; (winner-mode 1)
+
 (defun my--large-file-p ()
   "If buffer too large and my cause performance issue."
   (< large-file-warning-threshold (buffer-size)))