Ver código fonte

Add a valie

master
10sr 5 anos atrás
pai
commit
2383c86044
Acessado por: 10sr ID da chave GPG: 7BEC428194130EB2
1 arquivos alterados com 3 adições e 1 exclusões
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el Ver arquivo

@@ -1629,7 +1629,9 @@ ARG is num to show, or defaults to 7."
'(file-readable-p file)
(delete-file file)))))

(when (autoload-eval-lazily 'pack '(dired-do-pack-or-unpack pack-pack))
(when (autoload-eval-lazily 'pack '(dired-do-pack-or-unpack pack-pack)
(add-to-list 'pack-program-alist
'("\\.txz\\'" :pack "tar -cJf" :unpack "tar -xf")))
(set-variable 'pack-silence
t)
(with-eval-after-load 'dired


Carregando…
Cancelar
Salvar