Nuke emacs transparency

This commit is contained in:
Dorian Wood 2021-03-19 13:10:56 -04:00
parent 9c1dfb0742
commit 85bab54c19
1 changed files with 1 additions and 0 deletions

View File

@ -94,3 +94,4 @@
;; Set up SLIME for fscking around with LISP
(load (expand-file-name "~/.quicklisp/slime-helper.el"))
(setq inferior-lisp-program "sbcl")
(set-frame-parameter (selected-frame) 'alpha '(100 . 50))