idk
This commit is contained in:
parent
d5cdaa6c22
commit
74b09e4285
1 changed files with 16 additions and 0 deletions
16
init.el
16
init.el
|
|
@ -4432,3 +4432,19 @@ interfere with the default `bongo-playlist-buffer'."
|
|||
gcmh-verbose nil))
|
||||
|
||||
(add-to-list 'warning-suppress-types '(comp))
|
||||
(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.
|
||||
'(package-selected-packages nil)
|
||||
'(pdf-misc-print-program-args
|
||||
'("-o media=Letter" "-o fit-to-page" "-o sides=two-sided-long-edge"))
|
||||
'(pdf-misc-print-program-executable "lpr"))
|
||||
(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.
|
||||
'(dired-directory ((t :foreground "#57c7ff" :inherit dired-header)))
|
||||
'(org-modern-tag ((t :background "#9aedfe" :foreground "#282a36"))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue