feat(functions): Add M-x nixos-man
Opens the configuration.nix man page
This commit is contained in:
parent
f70a16f453
commit
d146f1089b
1 changed files with 5 additions and 0 deletions
|
@ -110,6 +110,11 @@ Including indent-buffer, which should not be called automatically on save."
|
|||
(interactive)
|
||||
(find-file "/etc/nixos/configuration.nix"))
|
||||
|
||||
;; Open the NixOS man page
|
||||
(defun nixos-man ()
|
||||
(interactive)
|
||||
(man "configuration.nix"))
|
||||
|
||||
;; Open local emacs configuration
|
||||
(defun emacs-config ()
|
||||
(interactive)
|
||||
|
|
Loading…
Reference in a new issue