Declare package-archive-priorities using setq and other minor changes

This commit is contained in:
James Cherti
2025-06-08 18:46:22 -04:00
parent 9c6fd76524
commit eaf87000ac
3 changed files with 16 additions and 16 deletions

View File

@@ -104,7 +104,7 @@
;;; Misc
(setq whitespace-line-column nil) ; whitespace-mode
(setq whitespace-line-column nil) ; Use the value of `fill-column'.
;; Can be activated with `display-line-numbers-mode'
(setq-default display-line-numbers-width 3)
@@ -479,9 +479,9 @@
(setq ibuffer-formats
'((mark modified read-only locked
" " (name 40 40 :left :elide)
" " (size 8 -1 :right)
" " (mode 18 18 :left :elide) " " filename-and-process)
(mark " " (name 16 -1) " " filename)))
" " (size 8 -1 :right)
" " (mode 18 18 :left :elide) " " filename-and-process)
(mark " " (name 16 -1) " " filename)))
;;; xref