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
|
;; 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))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user