From aab5bfd074e57d06a79e39d7c7c4760e1f385a06 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 17 Oct 2022 21:41:28 -0500 Subject: Bankruptcy 9 --- lisp/+embark.el | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 lisp/+embark.el (limited to 'lisp/+embark.el') diff --git a/lisp/+embark.el b/lisp/+embark.el deleted file mode 100644 index e66d4b3..0000000 --- a/lisp/+embark.el +++ /dev/null @@ -1,28 +0,0 @@ -;;; +embark.el -*- lexical-binding: t; -*- - -;;; Commentary: - -;; https://github.com/oantolin/embark/wiki/Additional-Actions - -;;; Code: - -(require 'embark) - -(embark-define-keymap embark-straight-map - ("u" straight-visit-package-website) - ("r" straight-get-recipe) - ("i" straight-use-package) - ("c" straight-check-package) - ("F" straight-pull-package) - ("f" straight-fetch-package) - ("p" straight-push-package) - ("n" straight-normalize-package) - ("m" straight-merge-package)) - -(add-to-list 'embark-keymap-alist '(straight . embark-straight-map)) - -(with-eval-after-load 'marginalia - (add-to-list 'marginalia-prompt-categories '("recipe\\|package" . straight))) - -(provide '+embark) -;;; +embark.el ends here -- cgit 1.4.1-21-gabe81