From 230ba6b94868c0973b9d0fd4ea35d059567493b2 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Thu, 22 Apr 2021 19:14:40 -0700 Subject: emacs: clean helm --- .emacs | 1 - .emacs.local.d/modes/helm.el | 22 ---------------------- 2 files changed, 23 deletions(-) delete mode 100644 .emacs.local.d/modes/helm.el diff --git a/.emacs b/.emacs index bd7a1a4..ac1fff5 100644 --- a/.emacs +++ b/.emacs @@ -13,7 +13,6 @@ (load-file "~/.emacs.local.d/modes/flyspell.el") (load-file "~/.emacs.local.d/modes/go-lang.el") (load-file "~/.emacs.local.d/modes/ibuffer.el") -;(load-file "~/.emacs.local.d/modes/helm.el") ;(load-file "~/.emacs.local.d/modes/ido.el") (load-file "~/.emacs.local.d/modes/imenu.el") (load-file "~/.emacs.local.d/modes/ivy.el") diff --git a/.emacs.local.d/modes/helm.el b/.emacs.local.d/modes/helm.el deleted file mode 100644 index 55a4c19..0000000 --- a/.emacs.local.d/modes/helm.el +++ /dev/null @@ -1,22 +0,0 @@ -(use-package helm - :bind (("M-x" . helm-M-x) - ("M-" . helm-find-files) - ([f10] . helm-buffers-list) - ([S-f10] . helm-recentf)) - :config - (setq helm-mode-fuzzy-match t) - (setq helm-completion-in-region-fuzzy-match t) - ) - - -(setq helm-M-x-fuzzy-match t - helm-bookmark-show-location t - helm-buffers-fuzzy-matching t - helm-completion-in-region-fuzzy-match t - helm-file-cache-fuzzy-match t - helm-imenu-fuzzy-match t - helm-mode-fuzzy-match t - helm-locate-fuzzy-match t - helm-quick-update t - helm-recentf-fuzzy-match t - helm-semantic-fuzzy-match t) -- cgit v1.2.3