Parcourir la source

Move python config

master
10sr il y a 4 ans
Parent
révision
6c4a750d0c
Signé par: 10sr ID de la clé GPG: C384BB17CBB19347
1 fichiers modifiés avec 7 ajouts et 7 suppressions
  1. +7
    -7
      emacs.el

+ 7
- 7
emacs.el Voir le fichier

@@ -1680,6 +1680,13 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."
;; Run multiple chekcers
;; https://github.com/flycheck/flycheck/issues/186

(add-hook 'python-mode-hook
(lambda ()
;; Currently on python-mode eldoc-mode sometimes print
;; wired message on "from" keyword:
;;var from = require("./from")
(eldoc-mode -1)))


;; http://fukuyama.co/foreign-regexp
'(and (require 'foreign-regexp nil t)
@@ -2891,13 +2898,6 @@ Any output will be written to current buffer."
;; (dired-k-no-revert))))
)

(add-hook 'python-mode-hook
(lambda ()
;; Currently on python-mode eldoc-mode sometimes print
;; wired message on "from" keyword:
;;var from = require("./from")
(eldoc-mode -1)))

;; ?
(define-key input-decode-map "\e[1;5C" [C-right])
(define-key input-decode-map "\e[1;5D" [C-left])


Chargement…
Annuler
Enregistrer