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