Fix mo-git-blame/pyflakes issue.
This commit is contained in:
Submodule emacs-for-python updated: 8e09525a0f...d78de88302
2
init.el
2
init.el
@@ -183,7 +183,7 @@ Return a list of installed packages or nil for every package not installed."
|
||||
|
||||
; Load flymake on non-temp buffers
|
||||
(add-hook 'python-mode-hook
|
||||
(lambda () (unless (eq buffer-file-name nil) (flymake-mode 1))))
|
||||
(lambda () (unless (or (eq buffer-file-name nil) (eq (file-name-directory buffer-file-name) nil)) (flymake-mode 1))))
|
||||
|
||||
;; =============================================================================
|
||||
;; Python
|
||||
|
Reference in New Issue
Block a user