Skip to content

Commit

Permalink
Remove security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed Sep 13, 2017
1 parent 535409c commit f56e3ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions init.el
Expand Up @@ -5,6 +5,11 @@

(package-initialize)

;; Remove security vulnerability
(eval-after-load "enriched"
'(defun enriched-decode-display-prop (start end &optional param)
(list start end)))

;; No splash screen please ... jeez
(setq inhibit-startup-message t)

Expand Down

0 comments on commit f56e3ed

Please sign in to comment.