Emacs: Remove config of unused sr-speedbar, swiper, ftf

master
Pierre Neidhardt 2016-06-08 23:33:35 +02:00
parent 3ad9096746
commit 5a46392dc4
1 changed files with 0 additions and 9 deletions

View File

@ -175,9 +175,6 @@ Example: to assign some-function to C-i, use
(when (require 'powerline nil t)
(powerline-default-theme))
(when (require 'sr-speedbar nil t)
(define-key my-keys-minor-mode-map (kbd "M-S M-S") 'sr-speedbar-toggle))
(when (require 'helm-fuzzy-find nil t)
(define-key my-keys-minor-mode-map (kbd "C-c C-/") 'helm-fuzzy-find))
@ -185,12 +182,6 @@ Example: to assign some-function to C-i, use
;; helm-ff has better integration, but does not print anything initially.
(require 'fzf nil t)
(require 'swiper nil t)
(when (require 'find-things-fast nil t)
;; Make ftf work on every file.
(setq ftf-filetypes '("*")))
(when (require 'auto-complete-config nil t)
(ac-config-default))