Revisión | 4729f42b88ede8e7fbdbd01a88d6a69aa3344857 (tree) |
---|---|
Tiempo | 2023-05-03 20:31:24 |
Autor | badcoff33 |
Commiter | badcoff33 |
move hippie vars to defaults.el
@@ -138,6 +138,14 @@ | ||
138 | 138 | window-divider-mode t |
139 | 139 | window-resize-pixelwise t) |
140 | 140 | |
141 | +;;; Text completion | |
142 | +(setq hippie-expand-verbose nil | |
143 | + hippie-expand-try-functions-list | |
144 | + '(try-expand-dabbrev | |
145 | + try-expand-dabbrev-all-buffers | |
146 | + try-complete-file-name-partially | |
147 | + try-complete-file-name)) | |
148 | + | |
141 | 149 | ;;; History |
142 | 150 | (setq history-delete-duplicates t |
143 | 151 | history-length 100) |
@@ -589,13 +589,6 @@ | ||
589 | 589 | (global-set-key (kbd "M-<up>") #'+move-line-up) |
590 | 590 | (global-set-key (kbd "M-<down>") #'+move-line-down) |
591 | 591 | |
592 | -;;; Text completion | |
593 | -(setq hippie-expand-try-functions-list | |
594 | - '(try-expand-dabbrev | |
595 | - try-expand-dabbrev-all-buffers | |
596 | - try-complete-file-name-partially | |
597 | - try-complete-file-name)) | |
598 | - | |
599 | 592 | (global-set-key [remap dabbrev-expand] 'hippie-expand) |
600 | 593 | (global-set-key (kbd "S-SPC") (lambda () |
601 | 594 | (interactive) |