Fix init for new Emacs version
This commit is contained in:
parent
d73129105b
commit
98f38a25b8
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ For `python-mode' I prefer `python-imenu-create-flat-index'."
|
|||
(add-hook 'after-make-frame-functions
|
||||
(lambda (frame)
|
||||
(cl-letf (((symbol-function 'display-graphic-p)
|
||||
(lambda () t)))
|
||||
(lambda (&optional display) t)))
|
||||
(oni:set-theme frame))))
|
||||
(oni:eval-after-init (oni:set-theme nil)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue