Compare commits
2 Commits
cfd35b272d
...
0f0582c184
Author | SHA1 | Date | |
---|---|---|---|
0f0582c184 | |||
87673fcc6f |
@ -353,7 +353,10 @@ Use Dashboard.el. First load `all-the-icons` for nicer rendering
|
|||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(require 'olivetti)
|
(require 'olivetti)
|
||||||
|
(if (equal "flowjoe-f37" (system-name))
|
||||||
(setq olivetti-minimum-body-width 100)
|
(setq olivetti-minimum-body-width 100)
|
||||||
|
(setq olivetti-minimum-body-width 120))
|
||||||
|
|
||||||
(global-set-key (kbd "C-x x o") 'olivetti-mode)
|
(global-set-key (kbd "C-x x o") 'olivetti-mode)
|
||||||
(add-hook 'prog-mode-hook 'olivetti-mode)
|
(add-hook 'prog-mode-hook 'olivetti-mode)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
1
.config/fish/conf.d/rustup.fish
Normal file
1
.config/fish/conf.d/rustup.fish
Normal file
@ -0,0 +1 @@
|
|||||||
|
source "/home/joe/.local/share/bin/cargo//env.fish"
|
@ -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/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/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