This commit is contained in:
opal
2021-12-26 10:01:38 -08:00
parent d9ed862089
commit 58ea236fbe
12 changed files with 1644 additions and 49 deletions

View File

@@ -32,7 +32,7 @@
(set-default 'truncate-lines nil) ;; Wrap lines at end of screen
(setq visible-bell t) ;; Visible flash to represent a bell
(setq x-select-enable-clipboard t) ;; Enable clipboard
(global-tab-line-mode 1)
(global-tab-line-mode -1)
(setq inhibit-startup-message t)
;; Disable line mode for specific major/minor modes.
@@ -710,3 +710,16 @@
;; (require 'exwm-systemtray)
;; (exwm-systemtray-enable)
;; (exwm-enable))
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-safe-themes
'("a9a67b318b7417adbedaab02f05fa679973e9718d9d26075c6235b1f0db703c8" default)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)