Merge pull request #486 from fread2281/fixes
Update ido-cr+ and actually install nix-mode for lang/nix
This commit is contained in:
commit
06577c9fe3
3 changed files with 3 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
(ido-mode 1)
|
||||
(ido-everywhere 1)
|
||||
(require 'ido-ubiquitous)
|
||||
(require 'ido-completing-read+)
|
||||
(ido-ubiquitous-mode 1)
|
||||
|
||||
(defun +ido|init ()
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
;;; completion/ido/packages.el
|
||||
|
||||
(package! flx-ido)
|
||||
(package! ido-ubiquitous)
|
||||
(package! ido-completing-read+)
|
||||
(package! ido-vertical-mode)
|
||||
(package! crm-custom)
|
||||
|
|
1
modules/lang/nix/packages.el
Normal file
1
modules/lang/nix/packages.el
Normal file
|
@ -0,0 +1 @@
|
|||
(package! nix-mode)
|
Loading…
Add table
Add a link
Reference in a new issue