emacs: Tried python settings
This commit is contained in:
parent
99c3e52230
commit
640eca56f4
@ -100,6 +100,16 @@
|
|||||||
(message "Dictionary switched from %s to %s" dic change)
|
(message "Dictionary switched from %s to %s" dic change)
|
||||||
))
|
))
|
||||||
|
|
||||||
|
;; Python settings
|
||||||
|
;; (add-hook 'python-mode-hook (lambda ()
|
||||||
|
;; (setq flycheck-checker 'python-pylint)))
|
||||||
|
|
||||||
|
;; (add-hook 'pyhon-mode-local-vars-hook
|
||||||
|
;; (lambda ()
|
||||||
|
;; (when (flycheck-may-enable-checker 'lsp)
|
||||||
|
;; (flycheck-select-checker 'python-pylint))))
|
||||||
|
|
||||||
|
|
||||||
;; (autoload 'matlab-mode "matlab" "Matlab Editing Mode" t)
|
;; (autoload 'matlab-mode "matlab" "Matlab Editing Mode" t)
|
||||||
;; (add-to-list
|
;; (add-to-list
|
||||||
;; 'auto-mode-alist
|
;; 'auto-mode-alist
|
||||||
|
@ -151,7 +151,7 @@
|
|||||||
;;php ; perl's insecure younger brother
|
;;php ; perl's insecure younger brother
|
||||||
;;plantuml ; diagrams for confusing people more
|
;;plantuml ; diagrams for confusing people more
|
||||||
;;purescript ; javascript, but functional
|
;;purescript ; javascript, but functional
|
||||||
(python +lsp) ; beautiful is better than ugly
|
(python +lsp +pyright) ; beautiful is better than ugly
|
||||||
;;qt ; the 'cutest' gui framework ever
|
;;qt ; the 'cutest' gui framework ever
|
||||||
;;racket ; a DSL for DSLs
|
;;racket ; a DSL for DSLs
|
||||||
;;raku ; the artist formerly known as perl6
|
;;raku ; the artist formerly known as perl6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user