From 10a2e1a0f4c774a9796680a751e7dd72b1c9ce4e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 24 Jan 2022 13:24:30 -0600 Subject: [PATCH] Add machine --- init.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/init.el b/init.el index c8df8bc..f197026 100644 --- a/init.el +++ b/init.el @@ -1333,6 +1333,12 @@ See also `crux-reopen-as-root-mode'." "m" #'link-hint-open-multiple-links "M-c" #'link-hint-copy-link "c" #'link-hint-copy-link))) +(setup (:straight (machine + :host github :repo "duckwork/machine.el")) + (:option machine-default-font "DejaVu Sans Mono" + machine-variable-pitch-font "DejaVu Sans") + (machine-settings-load)) + (setup (:straight macrostep) (:require macrostep) (:with-mode emacs-lisp-mode @@ -1751,9 +1757,3 @@ See also `crux-reopen-as-root-mode'." (:require +zzz-to-char) (:option zzz-to-char-reach (+bytes 1 :kib)) (:global "M-z" #'+zzz-to-char)) - -(setup (:straight (machine - :host github :repo "duckwork/machine.el")) - (:option machine-default-font "DejaVu Sans Mono" - machine-variable-pitch-font "DejaVu Sans") - (machine-settings-load))