Install the phi-search and phi-search-mc packages
This commit is contained in:
parent
a34276b5e4
commit
e8c3109177
8
init.el
8
init.el
@ -1041,6 +1041,14 @@
|
|||||||
(use-package dockerfile-mode
|
(use-package dockerfile-mode
|
||||||
:ensure t)
|
:ensure t)
|
||||||
|
|
||||||
|
(use-package phi-search
|
||||||
|
:ensure t)
|
||||||
|
|
||||||
|
(use-package phi-search-mc
|
||||||
|
:ensure t
|
||||||
|
:config
|
||||||
|
(phi-search-mc/setup-keys))
|
||||||
|
|
||||||
(add-hook 'python-mode-hook
|
(add-hook 'python-mode-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(add-to-list 'prettify-symbols-alist
|
(add-to-list 'prettify-symbols-alist
|
||||||
|
Loading…
Reference in New Issue
Block a user