Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2020-12-16 22:20:42 +01:00
parent 9f165886cd
commit 60bf47066a
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

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