Update emacs scratch
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
# the top and down respectively.
|
# the top and down respectively.
|
||||||
# The width can be negative. In this case the actual width is the
|
# The width can be negative. In this case the actual width is the
|
||||||
# screen width minus the width defined in within the geometry option.
|
# 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).
|
# Show how many messages are currently hidden (because of geometry).
|
||||||
indicate_hidden = yes
|
indicate_hidden = yes
|
||||||
|
|||||||
@@ -12,6 +12,8 @@
|
|||||||
(toggle-scroll-bar -1) ;; Or this
|
(toggle-scroll-bar -1) ;; Or this
|
||||||
(setq inhibit-startup-screen t) ;; Leave me alone with your tutorials
|
(setq inhibit-startup-screen t) ;; Leave me alone with your tutorials
|
||||||
(setq tramp-default-method "ssh") ;; speed up tramp mode
|
(setq tramp-default-method "ssh") ;; speed up tramp mode
|
||||||
|
(setq initial-major-mode 'fundamental-mode ;; better startup speed
|
||||||
|
initial-scratch-message nil)
|
||||||
|
|
||||||
;; Font
|
;; Font
|
||||||
(set-face-attribute 'default nil :font "FiraCode Nerd Font Mono" :height 100)
|
(set-face-attribute 'default nil :font "FiraCode Nerd Font Mono" :height 100)
|
||||||
|
|||||||
Reference in New Issue
Block a user