From 0147827174ef6402d43c561238810ec1a2bd97b0 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 15 Oct 2021 21:15:32 +0100 Subject: binding for project-prefix-map --- init.org | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.org') diff --git a/init.org b/init.org index 6fe8d21..321ad23 100644 --- a/init.org +++ b/init.org @@ -1003,6 +1003,11 @@ (pop-to-buffer buff))) (global-set-key (kbd "C-c C-b") #'jao-buffer-same-mode) #+end_src +*** projects + #+begin_src emacs-lisp + (use-package project + :bind (("C-x C-p" . project-prefix-map))) + #+end_src *** buffer quit function (the triple ESC) #+begin_src emacs-lisp (setq buffer-quit-function (lambda () t)) -- cgit v1.2.3