From 60bf47066a06d4ebcb7cdc4b645c15aa5aa073c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Wed, 16 Dec 2020 22:20:42 +0100 Subject: [PATCH] Updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .emacs.d/init.el | 11 +++++++++++ 1 file changed, 11 insertions(+) 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))