style: Make emacs transparent
Party like it's 2004.
This commit is contained in:
parent
319347e5cc
commit
17e57e42ef
1 changed files with 5 additions and 1 deletions
|
@ -19,11 +19,15 @@
|
||||||
(global-set-key (kbd "C-x C-f") #'helm-find-files)
|
(global-set-key (kbd "C-x C-f") #'helm-find-files)
|
||||||
(helm-mode 1)
|
(helm-mode 1)
|
||||||
|
|
||||||
; Hide those ugly tool bars
|
;; Hide those ugly tool bars
|
||||||
(tool-bar-mode 0)
|
(tool-bar-mode 0)
|
||||||
(scroll-bar-mode 0)
|
(scroll-bar-mode 0)
|
||||||
(menu-bar-mode 0)
|
(menu-bar-mode 0)
|
||||||
|
|
||||||
|
;; Now that I have nice wallpapers, let me see them.
|
||||||
|
(set-frame-parameter (selected-frame) 'alpha '(97 . 95))
|
||||||
|
(add-to-list 'default-frame-alist '(alpha . (97 . 95)))
|
||||||
|
|
||||||
(defun disable-scroll-bar ()
|
(defun disable-scroll-bar ()
|
||||||
(scroll-bar-mode 0))
|
(scroll-bar-mode 0))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue