From 3d0e3cbcbf7f778025f3931a2ef56c0aa2bce8e7 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Sat, 20 Mar 2021 14:36:33 +0100 Subject: [PATCH] Update emacs scratch --- files/.config/dunst/dunstrc | 2 +- files/init.el | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/files/.config/dunst/dunstrc b/files/.config/dunst/dunstrc index 87127d7..3c91ea4 100644 --- a/files/.config/dunst/dunstrc +++ b/files/.config/dunst/dunstrc @@ -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 diff --git a/files/init.el b/files/init.el index fb115be..2de7e1c 100644 --- a/files/init.el +++ b/files/init.el @@ -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)