mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #486 from fread2281/fixes
Update ido-cr+ and actually install nix-mode for lang/nix
This commit is contained in:
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
(ido-mode 1)
|
(ido-mode 1)
|
||||||
(ido-everywhere 1)
|
(ido-everywhere 1)
|
||||||
(require 'ido-ubiquitous)
|
(require 'ido-completing-read+)
|
||||||
(ido-ubiquitous-mode 1)
|
(ido-ubiquitous-mode 1)
|
||||||
|
|
||||||
(defun +ido|init ()
|
(defun +ido|init ()
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
;;; completion/ido/packages.el
|
;;; completion/ido/packages.el
|
||||||
|
|
||||||
(package! flx-ido)
|
(package! flx-ido)
|
||||||
(package! ido-ubiquitous)
|
(package! ido-completing-read+)
|
||||||
(package! ido-vertical-mode)
|
(package! ido-vertical-mode)
|
||||||
(package! crm-custom)
|
(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)
|
Reference in New Issue
Block a user