mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
This is much better
This commit is contained in:
parent
cab634d3fc
commit
6cd0bda9c3
1 changed files with 7 additions and 1 deletions
|
|
@ -190,7 +190,13 @@
|
|||
(projectile--run-project-cmd command projectile-compilation-cmd-map
|
||||
:show-prompt arg
|
||||
:prompt-prefix "Compile command: "
|
||||
:save-buffers t))))
|
||||
:save-buffers t)))
|
||||
|
||||
(defun projectile-back-to-root ()
|
||||
(interactive)
|
||||
(dired (projectile-project-root)))
|
||||
|
||||
(global-set-key (kbd "C-x C-d") #'projectile-back-to-root))
|
||||
#+end_src
|
||||
* Slime mode
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
|
|||
Loading…
Reference in a new issue