Created
March 19, 2015 08:31
-
-
Save firstrow/c138922034f6a7b43564 to your computer and use it in GitHub Desktop.
Helm mini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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