Some random stuff I guess.

(Also vscode is editor now? Fast.)
This commit is contained in:
John Doty 2020-04-01 07:49:31 -07:00
parent 89ffba43ac
commit 21d88f93bf
2 changed files with 10 additions and 2 deletions

View file

@ -126,6 +126,8 @@
;; uncomment the following line. Note that this must
;; be done before font settings! (Emacs 20)
(setq w32-enable-italics t)
(when (eq window-system 'w32)
(setq tramp-default-method "plink"))
;; Shut off annoying sound
(if (fboundp 'set-message-beep) (set-message-beep 'silent))