14 lines
298 B
EmacsLisp
14 lines
298 B
EmacsLisp
(setq inhibit-startup-message t)
|
|
(scroll-bar-mode -1)
|
|
(tool-bar-mode -1)
|
|
(tooltip-mode -1)
|
|
(set-fringe-mode 10)
|
|
(menu-bar-mode -1)
|
|
;; Set up the visible bell
|
|
(setq visible-bell t)
|
|
|
|
(set-face-attribute 'default nil :font "Fira Code" :height 120)
|
|
|
|
(load-theme 'wombat)
|
|
|
|
(straight-use-package 'magit)
|