mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
Shortcut for ibuffer
This commit is contained in:
parent
6cd0bda9c3
commit
06c91d5cdb
1 changed files with 2 additions and 1 deletions
|
|
@ -196,7 +196,8 @@
|
|||
(interactive)
|
||||
(dired (projectile-project-root)))
|
||||
|
||||
(global-set-key (kbd "C-x C-d") #'projectile-back-to-root))
|
||||
(global-set-key (kbd "C-x C-d") #'projectile-back-to-root)
|
||||
(global-set-key (kbd "C-x C-i") #'projectile-ibuffer))
|
||||
#+end_src
|
||||
* Slime mode
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
|
|||
Loading…
Reference in a new issue