Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -87,6 +87,15 @@ direnv hook fish | source
|
|||||||
|
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
# CUDA
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
if test -d /usr/local/cuda
|
||||||
|
set PATH $PATH /usr/local/cuda/bin
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Colortest
|
# Colortest
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|||||||
1
.emacs
1
.emacs
@@ -12,6 +12,7 @@
|
|||||||
(awk-mode . "awk")
|
(awk-mode . "awk")
|
||||||
(other . "gnu")))
|
(other . "gnu")))
|
||||||
'(company-idle-delay 20.0)
|
'(company-idle-delay 20.0)
|
||||||
|
'(compilation-scroll-output 'first-error)
|
||||||
'(display-line-numbers-type t)
|
'(display-line-numbers-type t)
|
||||||
'(elpy-formatter 'black)
|
'(elpy-formatter 'black)
|
||||||
'(elpy-test-runner 'elpy-test-pytest-runner)
|
'(elpy-test-runner 'elpy-test-pytest-runner)
|
||||||
|
|||||||
Reference in New Issue
Block a user