Browse Source

Remove

master
10sr 4 years ago
parent
commit
aee6e65aa8
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 7 additions and 4 deletions
  1. +7
    -4
      emacs.el

+ 7
- 4
emacs.el View File

@@ -2488,10 +2488,13 @@ Any output will be written to current buffer."

;; always execute dired-k when dired buffer is opened and reverted
(add-hook 'dired-after-readin-hook #'dired-k-no-revert)
(add-hook 'switch-buffer-functions
(lambda (prev cur)
(when (derived-mode-p 'dired-mode)
(dired-k-no-revert))))

;; This causes:
;; fatal: Unable to create '.git/index.lock': File exist.s
;; (add-hook 'switch-buffer-functions
;; (lambda (prev cur)
;; (when (derived-mode-p 'dired-mode)
;; (dired-k-no-revert))))
)

(add-hook 'python-mode-hook


Loading…
Cancel
Save