Silence advised function warnings
This commit is contained in:
parent
ccb174c424
commit
cda8cde02d
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
;; narf-... A public variable/constant or function
|
||||
;; narf--... An internal variable or function (non-interactive)
|
||||
;; narf/... An autoloaded interactive function
|
||||
;; narf:... An ex command OR keybind function
|
||||
;; narf:... An ex command
|
||||
;; narf|... A hook
|
||||
;; narf*... An advising function
|
||||
;; ...! Macro
|
||||
|
@ -13,6 +13,7 @@
|
|||
;;;
|
||||
|
||||
(setq-default
|
||||
ad-redefinition-action 'accept ; silence the advised function warnings
|
||||
compilation-always-kill t
|
||||
compilation-ask-about-save nil
|
||||
compilation-scroll-output t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue