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

@@ -29,7 +29,7 @@
# the top and down respectively.
# The width can be negative. In this case the actual width is the
# screen width minus the width defined in within the geometry option.
geometry = "400x20-4+34"
geometry = "400x20-4+39"
# Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes

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)