• R/O
  • SSH

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版4729f42b88ede8e7fbdbd01a88d6a69aa3344857 (tree)
时间2023-05-03 20:31:24
作者badcoff33
Commiterbadcoff33

Log Message

move hippie vars to defaults.el

更改概述

差异

diff -r 3e7ae8bd66db -r 4729f42b88ed elisp/defaults.el
--- a/elisp/defaults.el Wed May 03 13:24:42 2023 +0200
+++ b/elisp/defaults.el Wed May 03 13:31:24 2023 +0200
@@ -138,6 +138,14 @@
138138 window-divider-mode t
139139 window-resize-pixelwise t)
140140
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+
141149 ;;; History
142150 (setq history-delete-duplicates t
143151 history-length 100)
diff -r 3e7ae8bd66db -r 4729f42b88ed init.el
--- a/init.el Wed May 03 13:24:42 2023 +0200
+++ b/init.el Wed May 03 13:31:24 2023 +0200
@@ -589,13 +589,6 @@
589589 (global-set-key (kbd "M-<up>") #'+move-line-up)
590590 (global-set-key (kbd "M-<down>") #'+move-line-down)
591591
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-
599592 (global-set-key [remap dabbrev-expand] 'hippie-expand)
600593 (global-set-key (kbd "S-SPC") (lambda ()
601594 (interactive)