diff --git a/oni-core.el b/oni-core.el index 4d16a11..b498b7f 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2023.0525.151855 +;; Version: 2023.0615.233447 ;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview mixed-pitch ace-window vertico marginalia orderless consult embark docstr mini-frame) ;; This program is free software; you can redistribute it and/or modify @@ -432,6 +432,8 @@ _s_: String list" (global-set-key (kbd "M-8") (keymap-lookup global-map "C-x 8")) (global-set-key (kbd "C-x 8") (lambda () (interactive) (error "Use M-8 instead"))) +(global-set-key (kbd "M-8 l") "λ") + (defun oni-core-related-files () "Return a list of files related to the current buffer." (let* ((jumpers related-files-jumpers)