Updated
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
parent
9f165886cd
commit
60bf47066a
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user