This commit is contained in:
Magic_RB 2020-07-09 03:26:27 +02:00
commit df8a17d627

View file

@ -206,6 +206,11 @@ There are two things you can do about this warning:
(set-frame-parameter nil 'fullscreen
(if (frame-parameter nil 'fullscreen) nil 'fullboth)))
;; :q should kill the current buffer rather than quitting emacs entirely
(evil-ex-define-cmd "q" 'kill-this-buffer)
;; Need to type out :quit to close emacs
(evil-ex-define-cmd "quit" 'evil-quit)
;; compositor based transparency
(set-frame-parameter (selected-frame) 'alpha '(90 . 90))