mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 22:10:48 -05:00
Compare commits
2 commits
36dc2b8139
...
3723ee4cde
Author | SHA1 | Date | |
---|---|---|---|
3723ee4cde | |||
2a38cc3ed5 |
2 changed files with 5 additions and 2 deletions
|
@ -186,8 +186,12 @@
|
||||||
:init
|
:init
|
||||||
(savehist-mode))
|
(savehist-mode))
|
||||||
|
|
||||||
;; Completion with vertico/consult
|
;; SSH
|
||||||
|
(use-package tramp
|
||||||
|
:config
|
||||||
|
(setq tramp-default-method "ssh"))
|
||||||
|
|
||||||
|
;; Completion with vertico/consult
|
||||||
(use-package vertico
|
(use-package vertico
|
||||||
:init
|
:init
|
||||||
(vertico-mode)
|
(vertico-mode)
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-application-preferdark-theme = 1
|
|
||||||
gtk-theme-name = vimix-dark-beryl
|
gtk-theme-name = vimix-dark-beryl
|
||||||
gtk-icon-theme-name = Papirus-Dark
|
gtk-icon-theme-name = Papirus-Dark
|
||||||
gtk-xft-hinting = 1
|
gtk-xft-hinting = 1
|
||||||
|
|
Loading…
Reference in a new issue