From b0fca886fdbac98b0f87a668bcfeb0f1dd0bc867 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 18 Oct 2021 11:33:50 +0200 Subject: emacs: added the crux package back MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .doom.d/config.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.doom.d/config.el') diff --git a/.doom.d/config.el b/.doom.d/config.el index a91f1e6..372ba2f 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -15,6 +15,12 @@ (map! "C-x v" #'split-window-right) (map! "C-x V" (lambda () (interactive) (split-window-right) (other-window 1))) +;; The crux package offers quite a few goodies, and I'm particularly interested +;; on the `crux-delete-file-and-buffer', which will delete the file related to +;; the current buffer as well as the buffer itself. +(use-package! crux + :bind (("C-c D" . crux-delete-file-and-buffer))) + ;;; UI ;; Some time ago I created this title format, and now I prefer it over other -- cgit v1.2.3