Browse Source

Fix

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

+ 1
- 1
emacs.el View File

@@ -2462,7 +2462,7 @@ Any output will be written to current buffer."
(add-hook 'dired-after-readin-hook #'dired-k-no-revert)
)

(add-hook 'python-mode
(add-hook 'python-mode-hook
(lambda ()
;; Currently on python-mode eldoc-mode sometimes print
;; wired message on "from" keyword:


Loading…
Cancel
Save