From bdc195ca9f91b6e26b5d94d9d5c4213c664bbaa7 Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Sat, 14 Jul 2018 22:48:59 -0400 Subject: [PATCH] remove conf.el...not necessary and annoying --- conf.el | 12 ++++++------ conf.org | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/conf.el b/conf.el index 2c2dc4e..0de4400 100644 --- a/conf.el +++ b/conf.el @@ -99,15 +99,15 @@ helm-recentf-fuzzy-match t helm-semantic-fuzzy-match t helm-imenu-fuzzy-match t - helm-scroll-amount 8) + helm-scroll-amount 8)) ;; I liked the way ido-veritcal worked ;; less invasive... - (add-to-list 'display-buffer-alist - `(,(rx bos "*helm" (* not-newline) "*" eos) - (display-buffer-in-side-window) - (inhibit-same-window . t) - (window-height . 0.4)))) + ;; (add-to-list 'display-buffer-alist + ;; `(,(rx bos "*helm" (* not-newline) "*" eos) + ;; (display-buffer-in-side-window) + ;; (inhibit-same-window . t) + ;; (window-height . 0.4)))) (helm-autoresize-mode 1) (require 'helm-config) diff --git a/conf.org b/conf.org index a05c370..5d6211f 100644 --- a/conf.org +++ b/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-semantic-fuzzy-match t helm-imenu-fuzzy-match t - helm-scroll-amount 8) + helm-scroll-amount 8)) ;; I liked the way ido-veritcal worked ;; less invasive... - (add-to-list 'display-buffer-alist - `(,(rx bos "*helm" (* not-newline) "*" eos) - (display-buffer-in-side-window) - (inhibit-same-window . t) - (window-height . 0.4)))) + ;; (add-to-list 'display-buffer-alist + ;; `(,(rx bos "*helm" (* not-newline) "*" eos) + ;; (display-buffer-in-side-window) + ;; (inhibit-same-window . t) + ;; (window-height . 0.4)))) (helm-autoresize-mode 1) (require 'helm-config)