Compare commits

..

2 commits

Author SHA1 Message Date
3723ee4cde
Prefer dark theme not a gtk3 option 2023-01-31 02:56:41 -05:00
2a38cc3ed5
Added tramp-mode 2023-01-31 02:55:04 -05:00
2 changed files with 5 additions and 2 deletions

View file

@ -186,8 +186,12 @@
:init
(savehist-mode))
;; Completion with vertico/consult
;; SSH
(use-package tramp
:config
(setq tramp-default-method "ssh"))
;; Completion with vertico/consult
(use-package vertico
:init
(vertico-mode)

View file

@ -1,5 +1,4 @@
[Settings]
gtk-application-preferdark-theme = 1
gtk-theme-name = vimix-dark-beryl
gtk-icon-theme-name = Papirus-Dark
gtk-xft-hinting = 1