Merge branch 'master' of git.tuleu.science:atuleu/home
This commit is contained in:
4
.emacs
4
.emacs
@@ -200,6 +200,7 @@
|
||||
:hook (
|
||||
;; replace XXX-mode with concrete major-mode(e. g. python-mode)
|
||||
;; if you want which-key integration
|
||||
(c++-mode . lsp-deferred)
|
||||
(lsp-mode . lsp-enable-which-key-integration))
|
||||
|
||||
|
||||
@@ -348,7 +349,8 @@
|
||||
(use-package py-isort
|
||||
:commands py-isort-buffer
|
||||
:hook
|
||||
(before-save-hook . py-isort-before-save)
|
||||
(python-mode . (lambda ()
|
||||
(add-hook 'before-save-hook 'py-isort-before-save)))
|
||||
)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
Reference in New Issue
Block a user