Indentation fixes
This commit is contained in:
parent
2d214c1301
commit
df90c4fdd0
1 changed files with 9 additions and 9 deletions
|
@ -2647,8 +2647,8 @@ restored (=M-x trashed-flag-restore=), and then type =x= (=M-x trashed-do-execut
|
|||
to apply the effect.
|
||||
|
||||
#+begin_src emacs-lisp :tangle "unravel-modules/unravel-dired.el"
|
||||
;;; dired-like mode for the trash (trashed.el)
|
||||
(use-package trashed
|
||||
;;; dired-like mode for the trash (trashed.el)
|
||||
(use-package trashed
|
||||
:ensure t
|
||||
:commands (trashed)
|
||||
:config
|
||||
|
|
Loading…
Reference in a new issue