summaryrefslogtreecommitdiff
path: root/emacs-helm.sh
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2012-12-19 07:17:41 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2012-12-19 07:17:41 +0100
commit59eb3867efd00369f5f7059198774ffdadca31dd (patch)
treeab58a145fd078efc9ba001d980503da95109adf0 /emacs-helm.sh
parente82588cd12f6c3fbaa804c835a52570d7d26c3ed (diff)
* emacs-helm.sh: Remove obsolete commands.
Diffstat (limited to 'emacs-helm.sh')
-rwxr-xr-xemacs-helm.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs-helm.sh b/emacs-helm.sh
index 0c362f60..f8dedf05 100755
--- a/emacs-helm.sh
+++ b/emacs-helm.sh
@@ -36,8 +36,8 @@ cat > $TMP <<EOF
(define-key global-map [remap find-file] 'helm-find-files)
(define-key global-map [remap occur] 'helm-occur)
(define-key global-map [remap list-buffers] 'helm-buffers-list)
-(define-key lisp-interaction-mode-map [remap indent-for-tab-command] 'helm-lisp-completion-at-point-or-indent)
-(define-key emacs-lisp-mode-map [remap indent-for-tab-command] 'helm-lisp-completion-at-point-or-indent)
+(define-key lisp-interaction-mode-map [remap completion-at-point] 'helm-lisp-completion-at-point)
+(define-key emacs-lisp-mode-map [remap completion-at-point] 'helm-lisp-completion-at-point)
(add-hook 'kill-emacs-hook #'(lambda () (delete-file "$TMP")))
(cd "~/")
EOF