diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f2fdd35..c4fe566 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -24,8 +24,17 @@ ;; Enable IDO mode (ido-mode 1) +(global-set-key (kbd "C-x b") 'ido-switch-buffer) + ;; Enable Smex +(use-package smex + :ensure t + :init + (smex-initialize) + :bind + ("M-x" . smex) + ) ;; Remove working cl (require 'cl-lib) @@ -123,6 +132,8 @@ :config ) +;; Latex + ;(eval-after-load 'company ; '(push 'company-robe company-backends))