summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el3
-rw-r--r--machines/larry.el13
-rw-r--r--ponder.pngbin917646 -> 917644 bytes
3 files changed, 16 insertions, 0 deletions
diff --git a/init.el b/init.el index e032819..9c44e8b 100644 --- a/init.el +++ b/init.el
@@ -840,6 +840,9 @@ They are completed by \"M-x TAB\" only in Tramp debug buffers."
840 (setq input (orderless-pattern-compiler input)) 840 (setq input (orderless-pattern-compiler input))
841 (cons input (lambda (str) (orderless--highlight input str))))) 841 (cons input (lambda (str) (orderless--highlight input str)))))
842 (+with-eval-after-loads (affe vertico-multiform) 842 (+with-eval-after-loads (affe vertico-multiform)
843 (setq affe-regexp-compiler (defun affe-orderless-regexp-compiler (input _type)
844 (setq input (orderless-pattern-compiler input))
845 (cons input (lambda (str) (orderless--highlight input str)))))
843 (setf (alist-get 'affe-grep vertico-multiform-commands) '(buffer) 846 (setf (alist-get 'affe-grep vertico-multiform-commands) '(buffer)
844 (alist-get 'affe-find vertico-multiform-commands) '(buffer)) 847 (alist-get 'affe-find vertico-multiform-commands) '(buffer))
845 (:+key "M-s g" #'affe-grep 848 (:+key "M-s g" #'affe-grep
diff --git a/machines/larry.el b/machines/larry.el new file mode 100644 index 0000000..ba4edb2 --- /dev/null +++ b/machines/larry.el
@@ -0,0 +1,13 @@
1;;; larry.el --- Customizations for "larry" -*- lexical-binding: t; -*-
2
3;;; Code:
4
5(require 'acdw)
6(require 'machine)
7
8(add-function :after machine-after-load-theme
9 (defun +larry-set-faces (&rest _)
10 (+set-faces
11 `((default :family "DejaVu Sans Mono")
12 (fixed-pitch :family "DejaVu Sans Mono")
13 (variable-pitch :family "DejaVu Sans")))))
diff --git a/ponder.png b/ponder.png index 4769dcb..c7b9a8e 100644 --- a/ponder.png +++ b/ponder.png
Binary files differ