summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org5
1 files changed, 5 insertions, 0 deletions
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))