Added counsel into use-package
This commit is contained in:
parent
edadbf8a7c
commit
0b87cad339
@ -105,7 +105,13 @@
|
|||||||
)
|
)
|
||||||
:config
|
:config
|
||||||
(amx-mode t)
|
(amx-mode t)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
;; Counsel
|
||||||
|
(use-package counsel
|
||||||
|
:ensure t
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;; Custom theme
|
;; Custom theme
|
||||||
@ -136,15 +142,6 @@
|
|||||||
(message "Monz not available; not configuring") )
|
(message "Monz not available; not configuring") )
|
||||||
(setq default-input-method "japanese-mozc")
|
(setq default-input-method "japanese-mozc")
|
||||||
|
|
||||||
;; Enable Smex
|
|
||||||
(use-package smex
|
|
||||||
:ensure t
|
|
||||||
:init
|
|
||||||
(smex-initialize)
|
|
||||||
:bind
|
|
||||||
("M-x" . smex)
|
|
||||||
)
|
|
||||||
|
|
||||||
;; reveal dependency
|
;; reveal dependency
|
||||||
(use-package htmlize
|
(use-package htmlize
|
||||||
:ensure t
|
:ensure t
|
||||||
@ -196,7 +193,7 @@
|
|||||||
(defun rc/get-default-font ()
|
(defun rc/get-default-font ()
|
||||||
(cond
|
(cond
|
||||||
((eq system-type 'windows-nt) "Consolas-13")
|
((eq system-type 'windows-nt) "Consolas-13")
|
||||||
((eq system-type 'gnu/linux) "xos4 Terminus Bold 16")))
|
((eq system-type 'gnu/linux) "xos4 Terminus (TTF) Medium 16")))
|
||||||
|
|
||||||
(add-to-list 'default-frame-alist `(font . ,(rc/get-default-font)))
|
(add-to-list 'default-frame-alist `(font . ,(rc/get-default-font)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user