Skip to content

Instantly share code, notes, and snippets.

@firstrow
Created March 19, 2015 08:31
Show Gist options
  • Save firstrow/c138922034f6a7b43564 to your computer and use it in GitHub Desktop.
Save firstrow/c138922034f6a7b43564 to your computer and use it in GitHub Desktop.
Helm mini
(setq helm-display-header-line nil) ;; t by default
(set-face-attribute 'helm-source-header nil :height 0.1)
(helm-autoresize-mode 1)
(setq helm-autoresize-max-height 30)
(setq helm-autoresize-min-height 30)
(setq helm-split-window-in-side-p t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment