aboutsummaryrefslogtreecommitdiff
path: root/.emacs.local.d
diff options
context:
space:
mode:
authorRaul Benencia <rul@kalgan.cc>2021-04-22 19:14:40 -0700
committerRaul Benencia <rul@kalgan.cc>2021-04-22 19:14:40 -0700
commit230ba6b94868c0973b9d0fd4ea35d059567493b2 (patch)
tree90a9be059d13c9cb238e0a558cbbf4e30fff2942 /.emacs.local.d
parentf3ea34cd68db234286862360969f40b0b981e72d (diff)
emacs: clean helm
Diffstat (limited to '.emacs.local.d')
-rw-r--r--.emacs.local.d/modes/helm.el22
1 files changed, 0 insertions, 22 deletions
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-<f5>" . 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)
nihil fit ex nihilo