remove conf.el...not necessary and annoying
This commit is contained in:
parent
ec2fb2a9d6
commit
bdc195ca9f
12
conf.el
12
conf.el
|
@ -99,15 +99,15 @@
|
||||||
helm-recentf-fuzzy-match t
|
helm-recentf-fuzzy-match t
|
||||||
helm-semantic-fuzzy-match t
|
helm-semantic-fuzzy-match t
|
||||||
helm-imenu-fuzzy-match t
|
helm-imenu-fuzzy-match t
|
||||||
helm-scroll-amount 8)
|
helm-scroll-amount 8))
|
||||||
|
|
||||||
;; I liked the way ido-veritcal worked
|
;; I liked the way ido-veritcal worked
|
||||||
;; less invasive...
|
;; less invasive...
|
||||||
(add-to-list 'display-buffer-alist
|
;; (add-to-list 'display-buffer-alist
|
||||||
`(,(rx bos "*helm" (* not-newline) "*" eos)
|
;; `(,(rx bos "*helm" (* not-newline) "*" eos)
|
||||||
(display-buffer-in-side-window)
|
;; (display-buffer-in-side-window)
|
||||||
(inhibit-same-window . t)
|
;; (inhibit-same-window . t)
|
||||||
(window-height . 0.4))))
|
;; (window-height . 0.4))))
|
||||||
|
|
||||||
(helm-autoresize-mode 1)
|
(helm-autoresize-mode 1)
|
||||||
(require 'helm-config)
|
(require 'helm-config)
|
||||||
|
|
12
conf.org
12
conf.org
|
@ -148,15 +148,15 @@ NOTE: this only works if we start term after gui, and term has light bg. not big
|
||||||
helm-recentf-fuzzy-match t
|
helm-recentf-fuzzy-match t
|
||||||
helm-semantic-fuzzy-match t
|
helm-semantic-fuzzy-match t
|
||||||
helm-imenu-fuzzy-match t
|
helm-imenu-fuzzy-match t
|
||||||
helm-scroll-amount 8)
|
helm-scroll-amount 8))
|
||||||
|
|
||||||
;; I liked the way ido-veritcal worked
|
;; I liked the way ido-veritcal worked
|
||||||
;; less invasive...
|
;; less invasive...
|
||||||
(add-to-list 'display-buffer-alist
|
;; (add-to-list 'display-buffer-alist
|
||||||
`(,(rx bos "*helm" (* not-newline) "*" eos)
|
;; `(,(rx bos "*helm" (* not-newline) "*" eos)
|
||||||
(display-buffer-in-side-window)
|
;; (display-buffer-in-side-window)
|
||||||
(inhibit-same-window . t)
|
;; (inhibit-same-window . t)
|
||||||
(window-height . 0.4))))
|
;; (window-height . 0.4))))
|
||||||
|
|
||||||
(helm-autoresize-mode 1)
|
(helm-autoresize-mode 1)
|
||||||
(require 'helm-config)
|
(require 'helm-config)
|
||||||
|
|
Loading…
Reference in New Issue