More Elisp linting
This should cover most of the remaining linting errors. After this, I expect fewer than ten linting errors.
This commit is contained in:
parent
a638e15c0d
commit
fb5ec068dd
47 changed files with 1049 additions and 989 deletions
|
|
@ -28,12 +28,12 @@
|
|||
(defun wpc-nix-rebuild-emacs ()
|
||||
"Use nix-env to rebuild wpcarros-emacs."
|
||||
(interactive)
|
||||
(let* ((emacs (if (device/corporate?) "emacs.glinux" "emacs.nixos"))
|
||||
(let* ((emacs (if (device-corporate?) "emacs.glinux" "emacs.nixos"))
|
||||
(pname (format "nix-build <briefcase/%s>" emacs))
|
||||
(bname (format "*%s*" pname)))
|
||||
(start-process pname bname
|
||||
"nix-env"
|
||||
"-I" (format "briefcase=%s" constants/briefcase)
|
||||
"-I" (format "briefcase=%s" constants-briefcase)
|
||||
"-f" "<briefcase>" "-iA" emacs)
|
||||
(display-buffer bname)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue