From 29c33d910c03d685e40e9128b233399cd4698c27 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Sun, 28 Aug 2022 14:23:22 -0800 Subject: [PATCH] Remove broken project.el stuff because I understand it naught --- lisp/mitch-keybinds.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/mitch-keybinds.el b/lisp/mitch-keybinds.el index 2782004..648a648 100644 --- a/lisp/mitch-keybinds.el +++ b/lisp/mitch-keybinds.el @@ -52,9 +52,6 @@ :prefix-map 'minibuffer-mode-map "DEL" 'backward-kill-word) -;; (general-define-key -;; "C-x C-f" 'project-find-file -;; ) (provide 'mitch-keybinds) ;;; mitch-keybinds.el ends here