Advertisement
evanjs

emacs nix-update hook

Oct 22nd, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.48 KB | None | 0 0
  1. (require 'nix-update)                                                                                                                                            
  2. (add-hook 'nix-mode-nix-update-hook (lambda()                                                                                                                    
  3. (local-set-key (kbd "C-.u") 'nix-update-fetch))                                                                                                                  
  4. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement