summaryrefslogtreecommitdiff
path: root/emacs-helm.sh
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-10-27 07:04:07 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-10-27 07:04:07 +0100
commit0d1b67b575aeb8bc5f60b591ba79307f7f41714b (patch)
tree7650909e41ca9d0e596b0207adcb1d807d0ecce8 /emacs-helm.sh
parent416fb4c81c70b8af1e8b10ec2d29a69e7b873e6b (diff)
Ensure only helm is enabled when package-initialize kick in in em.sh.
* emacs-helm.sh (LS): Do it.
Diffstat (limited to 'emacs-helm.sh')
-rwxr-xr-xemacs-helm.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs-helm.sh b/emacs-helm.sh
index 1c1af786..716726f6 100755
--- a/emacs-helm.sh
+++ b/emacs-helm.sh
@@ -76,6 +76,7 @@ cat > $CONF_FILE <<EOF
;; You will find embeded help for most helm commands with \`C-c ?'.\n\
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\n"))
+(setq package-load-list '((helm-core . t) (helm . t)))
(package-initialize)
(add-to-list 'load-path (file-name-directory (file-truename "$0")))
(setq default-frame-alist '((vertical-scroll-bars . nil)