summaryrefslogtreecommitdiff
path: root/emacs-helm.sh
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-04-20 11:03:38 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-04-20 11:03:38 +0200
commitf65955cddd3dfffef3df688c8fc9c78093a4ff39 (patch)
tree230c6d328cee6564496030dc62f739e9afa00bb3 /emacs-helm.sh
parent5a845fdb092ff47a0a7435f54ebf93a1f22985cf (diff)
Remove one unneeded newline in emacs-helm.sh
Diffstat (limited to 'emacs-helm.sh')
-rwxr-xr-xemacs-helm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-helm.sh b/emacs-helm.sh
index 1c4e22f0..2f688eef 100755
--- a/emacs-helm.sh
+++ b/emacs-helm.sh
@@ -69,7 +69,7 @@ cat > $CONF_FILE <<EOF
;; - \`occur'(M-s o) =>\`helm-occur'\\n\
;; - \`list-buffers'(C-x C-b) =>\`helm-buffers-list'\\n\
;; - \`completion-at-point'(M-tab) =>\`helm-lisp-completion-at-point'[1]\\n\
-;; - \`dabbrev-expand'(M-/) =>\`helm-dabbrev'\\n\\n\
+;; - \`dabbrev-expand'(M-/) =>\`helm-dabbrev'\\n\
;; - \`execute-extended-command'(M-x) =>\`helm-M-x'\\n\\n
;; Some other Emacs commands are \"helmized\" by \`helm-mode'.\\n\
;; [1] Coming with emacs-24.4, \`completion-at-point' is \"helmized\" by \`helm-mode'\\n\