# HG changeset patch # User Oleksandr Gavenko # Date 1609711328 -7200 # Node ID ffde995a59233c6d88e6b808d8b54de7cf9e6de6 # Parent 7145e9a4cf341c844f648bfdb839045a33c83a78 Added note about winner-mode. diff -r 7145e9a4cf34 -r ffde995a5923 .emacs-my --- 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)))