emacs: centralise calls to setq
This commit is contained in:
parent
40118c9d9f
commit
5e8a57f41e
1 changed files with 5 additions and 6 deletions
|
@ -39,6 +39,11 @@
|
||||||
(setq compilation-scroll-output t
|
(setq compilation-scroll-output t
|
||||||
dictionary-server "dict.org"
|
dictionary-server "dict.org"
|
||||||
dired-listing-switches "-alh --group-directories-first"
|
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)
|
wdired-allow-to-change-permissions t)
|
||||||
|
|
||||||
;; modes
|
;; modes
|
||||||
|
@ -224,7 +229,6 @@
|
||||||
;; catppuccin theme
|
;; catppuccin theme
|
||||||
(package-install 'catppuccin-theme)
|
(package-install 'catppuccin-theme)
|
||||||
(setq catppuccin-flavor 'mocha)
|
(setq catppuccin-flavor 'mocha)
|
||||||
(setq treesit-font-lock-level 4)
|
|
||||||
(load-theme 'catppuccin :no-confirm)
|
(load-theme 'catppuccin :no-confirm)
|
||||||
|
|
||||||
;; nyan-mode
|
;; nyan-mode
|
||||||
|
@ -298,12 +302,7 @@
|
||||||
(save-place-mode)
|
(save-place-mode)
|
||||||
(recentf-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 'dired-find-alternate-file 'disabled nil)
|
||||||
(put 'downcase-region 'disabled nil)
|
(put 'downcase-region 'disabled nil)
|
||||||
(put 'upcase-region 'disabled nil)
|
(put 'upcase-region 'disabled nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue