diff options
author | Case Duckworth | 2022-01-24 13:24:30 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-24 13:24:30 -0600 |
commit | 10a2e1a0f4c774a9796680a751e7dd72b1c9ce4e (patch) | |
tree | a2826854f01e898f7f7b3cf3abab585ccc608261 | |
parent | Add font-lock for keywords TODO, FIXME, BUG (diff) | |
download | emacs-10a2e1a0f4c774a9796680a751e7dd72b1c9ce4e.tar.gz emacs-10a2e1a0f4c774a9796680a751e7dd72b1c9ce4e.zip |
Add machine
-rw-r--r-- | init.el | 12 |
1 files 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'." | |||
1333 | "m" #'link-hint-open-multiple-links | 1333 | "m" #'link-hint-open-multiple-links |
1334 | "M-c" #'link-hint-copy-link "c" #'link-hint-copy-link))) | 1334 | "M-c" #'link-hint-copy-link "c" #'link-hint-copy-link))) |
1335 | 1335 | ||
1336 | (setup (:straight (machine | ||
1337 | :host github :repo "duckwork/machine.el")) | ||
1338 | (:option machine-default-font "DejaVu Sans Mono" | ||
1339 | machine-variable-pitch-font "DejaVu Sans") | ||
1340 | (machine-settings-load)) | ||
1341 | |||
1336 | (setup (:straight macrostep) | 1342 | (setup (:straight macrostep) |
1337 | (:require macrostep) | 1343 | (:require macrostep) |
1338 | (:with-mode emacs-lisp-mode | 1344 | (:with-mode emacs-lisp-mode |
@@ -1751,9 +1757,3 @@ See also `crux-reopen-as-root-mode'." | |||
1751 | (:require +zzz-to-char) | 1757 | (:require +zzz-to-char) |
1752 | (:option zzz-to-char-reach (+bytes 1 :kib)) | 1758 | (:option zzz-to-char-reach (+bytes 1 :kib)) |
1753 | (:global "M-z" #'+zzz-to-char)) | 1759 | (:global "M-z" #'+zzz-to-char)) |
1754 | |||
1755 | (setup (:straight (machine | ||
1756 | :host github :repo "duckwork/machine.el")) | ||
1757 | (:option machine-default-font "DejaVu Sans Mono" | ||
1758 | machine-variable-pitch-font "DejaVu Sans") | ||
1759 | (machine-settings-load)) | ||