Emacs: odin mode, we don't use pycharm anymore
This commit is contained in:
parent
6b315b277d
commit
0e3de8ef2c
@ -262,6 +262,7 @@ Finish up
|
|||||||
(doom-themes :url "https://github.com/JosephFerano/doom-themes")
|
(doom-themes :url "https://github.com/JosephFerano/doom-themes")
|
||||||
(org-timeblock :url "https://github.com/ichernyshovvv/org-timeblock")
|
(org-timeblock :url "https://github.com/ichernyshovvv/org-timeblock")
|
||||||
(dape :url "https://github.com/svaante/dape")
|
(dape :url "https://github.com/svaante/dape")
|
||||||
|
(odin-mode :url "https://github.com/mattt-b/odin-mode")
|
||||||
(app-launcher :url "https://github.com/SebastienWae/app-launcher")))
|
(app-launcher :url "https://github.com/SebastienWae/app-launcher")))
|
||||||
(package-initialize)
|
(package-initialize)
|
||||||
|
|
||||||
@ -1571,7 +1572,7 @@ Stuff to immediately switch to Jetbrains for debugging
|
|||||||
(interactive)
|
(interactive)
|
||||||
(shell-command
|
(shell-command
|
||||||
(mapconcat #'shell-quote-argument
|
(mapconcat #'shell-quote-argument
|
||||||
(list "pycharm"
|
(list "rider.sh"
|
||||||
"--line"
|
"--line"
|
||||||
(int-to-string (line-number-at-pos))
|
(int-to-string (line-number-at-pos))
|
||||||
"--column"
|
"--column"
|
||||||
|
@ -44,4 +44,4 @@ SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
|||||||
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||||
SETUVAR fish_pager_color_selected_background:\x2dr
|
SETUVAR fish_pager_color_selected_background:\x2dr
|
||||||
SETUVAR --export fish_user_paths:/home/joe/\x2elocal/scripts\x1e/home/joe/\x2elocal/opt/JetBrains\x20Rider\x2d2024\x2e1\x2e4/bin\x1e/home/joe/\x2elocal/share/bin/fasm\x1e/home/joe/\x2elocal/share/bin/zig\x1e/home/joe/\x2elocal/share/bin/cargo/bin\x1e/home/joe/\x2elocal/bin\x1e/home/joe/\x2enimble/bin
|
SETUVAR --export fish_user_paths:/home/joe/\x2elocal/bin/odin\x1e/home/joe/\x2elocal/scripts\x1e/home/joe/\x2elocal/opt/JetBrains\x20Rider\x2d2024\x2e1\x2e4/bin\x1e/home/joe/\x2elocal/share/bin/fasm\x1e/home/joe/\x2elocal/share/bin/zig\x1e/home/joe/\x2elocal/share/bin/cargo/bin\x1e/home/joe/\x2elocal/bin\x1e/home/joe/\x2enimble/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user