equal
deleted
inserted
replaced
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 |