mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-23 19:19:54 +00:00
[emacs] Remove window transparency
This commit is contained in:
parent
d0c0069c93
commit
070f63a117
1 changed files with 0 additions and 5 deletions
|
@ -33,11 +33,6 @@
|
||||||
;; Expand Region
|
;; Expand Region
|
||||||
(global-set-key (kbd "C-=") 'er/expand-region)
|
(global-set-key (kbd "C-=") 'er/expand-region)
|
||||||
|
|
||||||
;; Window transparency
|
|
||||||
(set-frame-parameter (selected-frame) 'alpha '(85 85))
|
|
||||||
(add-to-list 'default-frame-alist '(alpha 85 85))
|
|
||||||
|
|
||||||
|
|
||||||
;; Load custom init scripts from ~/.emacs.d/init.d
|
;; Load custom init scripts from ~/.emacs.d/init.d
|
||||||
;;
|
;;
|
||||||
(let ((init-dir "~/.emacs.d/init.d")
|
(let ((init-dir "~/.emacs.d/init.d")
|
||||||
|
|
Loading…
Reference in a new issue