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