remove deadcode for smex and ido

This commit is contained in:
petrucci4prez 2018-07-14 22:34:25 -04:00
parent 73464f37d8
commit 8a64bd907f
1 changed files with 0 additions and 33 deletions

View File

@ -161,39 +161,6 @@ NOTE: this only works if we start term after gui, and term has light bg. not big
(helm-autoresize-mode 1)
(require 'helm-config)
#+END_SRC
** ido
#+BEGIN_SRC emacs-lisp
;; (use-package ido
;; :ensure t
;; :bind
;; ("C-x C-b" . 'ido-switch-buffer)
;; ("C-x b" . 'ibuffer)
;; :config
;; (ido-mode 1)
;; (setq ido-everywhere t)
;; (setq ido-enable-flex-matching t)
;; (setq ido-max-directory-size 100000)
;; (setq ido-default-file-method 'selected-window)
;; (setq ido-default-buffer-method 'selected-window)
;; (use-package ido-vertical-mode
;; :ensure t
;; :init
;; (ido-vertical-mode 1)
;; (setq ido-vertical-define-keys 'C-n-and-C-p-only)))
;; (setq ido-file-extensions-order '(".org" ".txt" ".py" ".emacs" ".xml" ".el" ".ini" ".cfg" ".cnf"))
#+END_SRC
** smex
#+BEGIN_SRC emacs-lisp
;; (use-package smex
;; :ensure t
;; :init
;; (smex-initialize)
;; :bind
;; ("M-x" . 'smex)
;; ("M-X" . 'smex-major-mode-commands))
#+END_SRC
** rainbow-delimiters
#+BEGIN_SRC emacs-lisp
(use-package rainbow-delimiters