.emacs-my
changeset 1695 ffde995a5923
parent 1694 7145e9a4cf34
child 1696 01608a10b6d6
equal deleted inserted replaced
1694:7145e9a4cf34 1695:ffde995a5923
  1265 
  1265 
  1266 (unless (featurep 'smex)
  1266 (unless (featurep 'smex)
  1267   (require 'icomplete)
  1267   (require 'icomplete)
  1268   (icomplete-mode 1))
  1268   (icomplete-mode 1))
  1269 (setq icomplete-with-completion-tables t)
  1269 (setq icomplete-with-completion-tables t)
       
  1270 
       
  1271 ;; It remembers stack of windows (not buffers) configurations and allows navigate with C-c LEFT / RIGHT.
       
  1272 ;; I don't find it useful as I always work only with 1 or 2 windows opened.
       
  1273 ;; (winner-mode 1)
  1270 
  1274 
  1271 (defun my--large-file-p ()
  1275 (defun my--large-file-p ()
  1272   "If buffer too large and my cause performance issue."
  1276   "If buffer too large and my cause performance issue."
  1273   (< large-file-warning-threshold (buffer-size)))
  1277   (< large-file-warning-threshold (buffer-size)))
  1274 
  1278