Update emacs scratch

This commit is contained in:
Marco Thomas
2021-03-20 14:36:33 +01:00
parent 1c6091780e
commit 3d0e3cbcbf
2 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,8 @@
(toggle-scroll-bar -1) ;; Or this
(setq inhibit-startup-screen t) ;; Leave me alone with your tutorials
(setq tramp-default-method "ssh") ;; speed up tramp mode
(setq initial-major-mode 'fundamental-mode ;; better startup speed
initial-scratch-message nil)
;; Font
(set-face-attribute 'default nil :font "FiraCode Nerd Font Mono" :height 100)