Merge pull request #486 from fread2281/fixes

Update ido-cr+ and actually install nix-mode for lang/nix
This commit is contained in:
Henrik Lissner 2018-03-27 19:08:32 -04:00 committed by GitHub
commit 06577c9fe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -21,7 +21,7 @@
(ido-mode 1)
(ido-everywhere 1)
(require 'ido-ubiquitous)
(require 'ido-completing-read+)
(ido-ubiquitous-mode 1)
(defun +ido|init ()

View file

@ -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)

View file

@ -0,0 +1 @@
(package! nix-mode)