emacs: centralise calls to setq

This commit is contained in:
Jeremy Baxter 2024-07-19 10:00:55 +12:00
parent 40118c9d9f
commit 5e8a57f41e

View file

@ -39,6 +39,11 @@
(setq compilation-scroll-output t
dictionary-server "dict.org"
dired-listing-switches "-alh --group-directories-first"
fill-column 74
frame-resize-pixelwise t
window-resize-pixelwise t
show-paren-context-when-offscreen 'overlay
treesit-font-lock-level 4
wdired-allow-to-change-permissions t)
;; modes
@ -224,7 +229,6 @@
;; catppuccin theme
(package-install 'catppuccin-theme)
(setq catppuccin-flavor 'mocha)
(setq treesit-font-lock-level 4)
(load-theme 'catppuccin :no-confirm)
;; nyan-mode
@ -298,12 +302,7 @@
(save-place-mode)
(recentf-mode)
;; show opening paren context if it's offscreen
(setq show-paren-context-when-offscreen 'overlay)
;; frames/windows resize pixelwise
(setq frame-resize-pixelwise t
window-resize-pixelwise t)
(put 'dired-find-alternate-file 'disabled nil)
(put 'downcase-region 'disabled nil)
(put 'upcase-region 'disabled nil)