suppressing warnings
This commit is contained in:
parent
2f4cf98dc5
commit
c8305877a8
2 changed files with 12 additions and 8 deletions
10
init.el
10
init.el
|
|
@ -42,9 +42,9 @@
|
|||
|
||||
(defun chris/set-transparency ()
|
||||
"Set the frame to be transparent but not the text"
|
||||
(set-frame-parameter (selected-frame) 'alpha-background 85)
|
||||
(add-to-list 'default-frame-alist '(alpha-background . 85))
|
||||
(add-to-list 'initial-frame-alist '(alpha-background . 85)))
|
||||
(set-frame-parameter (selected-frame) 'alpha-background 95)
|
||||
(add-to-list 'default-frame-alist '(alpha-background . 95))
|
||||
(add-to-list 'initial-frame-alist '(alpha-background . 95)))
|
||||
|
||||
(if (daemonp) (add-hook 'after-make-frame-functions
|
||||
(lambda (frame)
|
||||
|
|
@ -4325,9 +4325,11 @@ interfere with the default `bongo-playlist-buffer'."
|
|||
"v" 'chris/elfeed-bongo-insert-item
|
||||
"N" 'mastodon-notifications--timeline))
|
||||
|
||||
(load (concat user-emacs-directory "bible.el"))
|
||||
(add-to-list 'warning-suppress-types '(org-element))
|
||||
(add-to-list 'warning-suppress-types '(ox-latex))
|
||||
(add-to-list 'warning-suppress-log-types '(org-element))
|
||||
(add-to-list 'warning-suppress-log-types '(ox-latex))
|
||||
(load (concat user-emacs-directory "bible.el"))
|
||||
|
||||
(add-to-list 'load-path "/home/chris/dev/emacs-rpgdm/")
|
||||
(use-package rpgdm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue